Skip to content

Commit 09ade8b

Browse files
committed
incus/top: Fix gofmt
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 12b7b37 commit 09ade8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/incus/top.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func (c *cmdTop) Run(cmd *cobra.Command, args []string) error {
191191

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

196196
// Start the ticker for periodic updates
197197
ticker := time.NewTicker(refreshInterval)

0 commit comments

Comments
 (0)