Skip to content

Commit

Permalink
remove unused highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Dec 12, 2023
1 parent ebf1cdc commit 6843aa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ func (c *CLIRunner) DeleteACL(
return err
}

highlighter := color.New(color.FgYellow, color.Bold).SprintfFunc()

err = aclAdmin.Delete(ctx, filter)
if err != nil {
return err
Expand Down

0 comments on commit 6843aa6

Please sign in to comment.