m/c/metroctl: reformat

This appeases my IntelliJ.

Change-Id: I61fa3bea6d5e79eafc25a94880a630fad99c0524
Reviewed-on: https://review.monogon.dev/c/monogon/+/885
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
Reviewed-by: Mateusz Zalega <mateusz@monogon.tech>
diff --git a/metropolis/cli/metroctl/node.go b/metropolis/cli/metroctl/node.go
index c84013f..c821587 100644
--- a/metropolis/cli/metroctl/node.go
+++ b/metropolis/cli/metroctl/node.go
@@ -5,8 +5,8 @@
 )
 
 var nodeCmd = &cobra.Command{
-	Short:   "Updates and queries node information.",
-	Use:     "node",
+	Short: "Updates and queries node information.",
+	Use:   "node",
 }
 
 func init() {