Skip to content

Commit

Permalink
better lower.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed May 18, 2024
1 parent 5e2e63d commit 638e9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (c *Client) CreateItemsInfoTable(info []CacheItemInfo) (*table.Writer, erro
tw := table.NewWriter()

if len(info) == 0 {
tw.AppendRow(table.Row{"No cache items found"})
tw.AppendRow(table.Row{"no cache items found"})
tw.SetAutoIndex(false)

return &tw, nil
Expand Down

0 comments on commit 638e9e9

Please sign in to comment.