Skip to content

Commit a4ea5aa

Browse files
committed
Fix tests
1 parent 5c184ee commit a4ea5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pmdtester/builders/diff_report/violations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def build_violation_table_row(doc, key, pmd_violation)
5151
end
5252

5353
# The violation message
54-
doc.td pmd_violation.text
54+
doc.td "\n" + pmd_violation.text + "\n"
5555

5656
# The begin line of the violation
5757
line = violation['beginline']

0 commit comments

Comments
 (0)