Skip to content

Commit eb12eaf

Browse files
committed
Add an extra blank line at the end of final instructions
for prettiness
1 parent 0d13c5f commit eb12eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,4 +830,5 @@ func execMake(args []string, usage func()) {
830830
fmt.Printf("Once you are happy with your packaging, push it to salsa using:\n")
831831
fmt.Printf(" git remote set-url origin [email protected]:go-team/packages/%s.git\n", debsrc)
832832
fmt.Printf(" gbp push\n")
833+
fmt.Printf("\n")
833834
}

0 commit comments

Comments
 (0)