Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit ee49da8

Browse files
author
Anthony Emengo
committed
Remove these extra newlines
1 parent b31b1d9 commit ee49da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/privileged/cfdev_lifecycle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var _ = Describe("cfdev lifecycle", func() {
5858

5959
greenColor := "\x1b[32;1m"
6060
endColor := "\x1b[0m"
61-
fmt.Fprintf(GinkgoWriter, "%s\n[STEP] Cleaning up...%s\n\n", greenColor, endColor)
61+
fmt.Fprintf(GinkgoWriter, "%s\n[STEP] Cleaning up...%s", greenColor, endColor)
6262

6363
stopSession := cf.Cf("dev", "stop")
6464
Eventually(stopSession).Should(gexec.Exit(0))

0 commit comments

Comments
 (0)