From 09ade8b3fc69e49cc020bc08857924bc847ebfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 14 Nov 2024 01:53:50 -0500 Subject: [PATCH] incus/top: Fix gofmt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- cmd/incus/top.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/incus/top.go b/cmd/incus/top.go index 67295f1e14..2a38eb7544 100644 --- a/cmd/incus/top.go +++ b/cmd/incus/top.go @@ -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)