Skip to content

Commit 4e56c7c

Browse files
mirkoCrobumirkoCrobu
authored andcommitted
add space in print users messages
1 parent 1d4e0cb commit 4e56c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/feedback/feedback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func Progress(percent float32) {
314314
}
315315

316316
func Promptf(format string, v ...interface{}) {
317-
fmt.Fprintf(stdErr, format, v...)
317+
fmt.Fprintf(stdErr, format+"\n", v...)
318318
}
319319

320320
func Prompt(message string) {

0 commit comments

Comments
 (0)