Skip to content

Commit 01ee80f

Browse files
committed
Format Code properly
Signed-off-by: Hadi Chokr <[email protected]>
1 parent 2a4f95e commit 01ee80f

File tree

4 files changed

+228
-228
lines changed

4 files changed

+228
-228
lines changed

src/cmd/export.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ import (
2929
)
3030

3131
var (
32-
exportBin string
33-
exportApp string
32+
exportBin string
33+
exportApp string
3434
exportContainer string
3535
)
3636

3737
var exportCmd = &cobra.Command{
38-
Use: "export",
39-
Short: "Export binaries or applications from a toolbox container",
40-
RunE: runExport,
38+
Use: "export",
39+
Short: "Export binaries or applications from a toolbox container",
40+
RunE: runExport,
4141
ValidArgsFunction: completionContainerNamesFiltered,
4242
}
4343

0 commit comments

Comments
 (0)