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
|
||||
simple-format
|
||||
(current-error-port)
|
||||
"warning: skipping duplicate lint warning ~A ~A"
|
||||
"warning: skipping duplicate lint warning ~A ~A\n"
|
||||
location-and-messages)
|
||||
result)
|
||||
(append result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue