Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit 8c96a4b

Browse files
committed
improve output only
1 parent 4ffd8f3 commit 8c96a4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/loadbalancer/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func main() {
167167
fmt.Println(err)
168168
os.Exit(1)
169169
}
170-
fmt.Printf("metallb created configmap %s namespace %s", conf.Name, conf.Namespace)
170+
fmt.Printf("metallb created configmap %s namespace %s\n", conf.Name, conf.Namespace)
171171

172172
// START: Pod
173173
// Creating a POD Behind the service
@@ -178,7 +178,6 @@ func main() {
178178
LabelKey: "app",
179179
LabelValue: labelApp,
180180
}
181-
fmt.Printf("\n")
182181
err = pod.Create(&c, &p)
183182
if err != nil {
184183
fmt.Printf("%s\n", err)

0 commit comments

Comments
 (0)