Skip to content

Commit 0910b75

Browse files
committed
Fix formatting
1 parent 97c84a1 commit 0910b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportRenderer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ private void constructTestCaseSection(ReportTestCase testCase) {
436436

437437
sink.tableCell();
438438

439-
//This shall not be subject to #linkPatternedText()
439+
// This shall not be subject to #linkPatternedText()
440440
text(message);
441441

442442
sink.tableCell_();
@@ -513,7 +513,7 @@ private void renderSectionFailureDetails() {
513513

514514
sink.tableCell();
515515

516-
//This shall not be subject to #linkPatternedText()
516+
// This shall not be subject to #linkPatternedText()
517517
text(message == null ? type : type + ": " + message);
518518

519519
sink.tableCell_();

0 commit comments

Comments
 (0)