Skip to content

Commit

Permalink
tweak program output header
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Sep 27, 2023
1 parent a62baff commit be03080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func main() {
}
output = output + "\n"
}
output = output + "--- Program output follows: ---\n\n"
output = output + "--- Program output ---\n\n"
if len(programOutput) == 0 {
output = output + "(no output produced)\n"
} else {
Expand Down

0 comments on commit be03080

Please sign in to comment.