Add newline to the end of the duplicate lint warning output
This commit is contained in:
parent
2485da7cfc
commit
38adedcede
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ WHERE job_id = $1"
|
||||||
(apply
|
(apply
|
||||||
simple-format
|
simple-format
|
||||||
(current-error-port)
|
(current-error-port)
|
||||||
"warning: skipping duplicate lint warning ~A ~A"
|
"warning: skipping duplicate lint warning ~A ~A\n"
|
||||||
location-and-messages)
|
location-and-messages)
|
||||||
result)
|
result)
|
||||||
(append result
|
(append result
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue