Skip to content

Commit

Permalink
Drop newline in request report
Browse files Browse the repository at this point in the history
This should make build logs a bit nicer to read.
  • Loading branch information
mlschroe committed Mar 1, 2018
1 parent 8df1043 commit c6e1454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dummyhttpserver
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,4 @@ eval {
};
reply_error($@) if $@;
close $sock;
print "[$status $path]\n"
print "[$status $path]";

0 comments on commit c6e1454

Please sign in to comment.