Skip to content

Commit e9e7e68

Browse files
committed
format
1 parent 292d172 commit e9e7e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/root.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ package cmd
33
import (
44
"os"
55

6-
"github.com/openmcp-project/bootstrapper/internal/log"
76
"github.com/spf13/cobra"
7+
8+
"github.com/openmcp-project/bootstrapper/internal/log"
89
)
910

1011
// RootCmd represents the base command when called without any subcommands

0 commit comments

Comments
 (0)