Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 3, 2024
1 parent 04f111f commit fe3fadb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/writers/roleList.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ func NewRoleTableWriter(writer io.Writer, logger *slog.Logger) *RoleTableWriter
t := RoleTableWriter{NewDefaultWriter(writer), logger}

t.AppendHeader(table.Row{"Roles"}, rowConfigAutoMerge)

// t.SetTitle("Roles") //nolint:gocritic // Add back when we add more fields to Roles table
t.SetAutoIndex(true)
t.SortBy([]table.SortBy{
{Name: "Roles", Mode: table.Asc},
Expand Down

0 comments on commit fe3fadb

Please sign in to comment.