Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit eef7333

Browse files
committed
commands: fix a missing line break
1 parent 7988c67 commit eef7333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/bridge_rm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func runBridgeRm(cmd *cobra.Command, args []string) error {
2323
return err
2424
}
2525

26-
fmt.Printf("Successfully removed bridge configuration %v", args[0])
26+
fmt.Printf("Successfully removed bridge configuration %v\n", args[0])
2727
return nil
2828
}
2929

0 commit comments

Comments
 (0)