Skip to content

Commit

Permalink
incus/top: Fix gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Nov 14, 2024
1 parent 12b7b37 commit 09ade8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/incus/top.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (c *cmdTop) Run(cmd *cobra.Command, args []string) error {

// These variables can be changed by the UI
refreshInterval := time.Duration(c.flagRefresh) * time.Second
sortingMethod := alphabetical // default is alphabetical, could change this to a flag
sortingMethod := alphabetical // default is alphabetical, could change this to a flag

// Start the ticker for periodic updates
ticker := time.NewTicker(refreshInterval)
Expand Down

0 comments on commit 09ade8b

Please sign in to comment.