Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Sep 24, 2024
1 parent 67f9365 commit 65b2a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cmd/skywire-services/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var RootCmd = &cobra.Command{
DisableFlagsInUseLine: true,
Version: buildinfo.Version(),
}

// Execute executes root CLI command.
func Execute() {
if err := RootCmd.Execute(); err != nil {
Expand Down
1 change: 0 additions & 1 deletion cmd/skywire-services/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func main() {
commands.Execute()
}


const help = "{{if .HasAvailableSubCommands}}{{end}} {{if gt (len .Aliases) 0}}\r\n\r\n" +
"{{.NameAndAliases}}{{end}}{{if .HasAvailableSubCommands}}" +
"Available Commands:{{range .Commands}} {{if and (ne .Name \"completion\") .IsAvailableCommand}}\r\n " +
Expand Down

0 comments on commit 65b2a99

Please sign in to comment.