From 375e64ce4d2d73dde287f54a558a9bc3034b2812 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Fri, 23 Aug 2024 00:29:24 +0300 Subject: [PATCH] run format --- cmd/inspect.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/inspect.go b/cmd/inspect.go index d620906e9..ba86ffc37 100644 --- a/cmd/inspect.go +++ b/cmd/inspect.go @@ -45,7 +45,8 @@ func init() { inspectCmd.Flags().BoolVarP(&details, "details", "", false, "print all details of lab containers") inspectCmd.Flags().StringVarP(&inspectFormat, "format", "f", "table", "output format. One of [table, json]") inspectCmd.Flags().BoolVarP(&all, "all", "a", false, "show all deployed containerlab labs") - inspectCmd.Flags().BoolVarP(&wide, "wide", "w", false, "also more details about a lab and its nodes") + inspectCmd.Flags().BoolVarP(&wide, "wide", "w", false, + "also more details about a lab and its nodes") } func inspectFn(_ *cobra.Command, _ []string) error {