Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 16, 2023
1 parent 97c84a1 commit 0910b75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ private void constructTestCaseSection(ReportTestCase testCase) {

sink.tableCell();

//This shall not be subject to #linkPatternedText()
// This shall not be subject to #linkPatternedText()
text(message);

sink.tableCell_();
Expand Down Expand Up @@ -513,7 +513,7 @@ private void renderSectionFailureDetails() {

sink.tableCell();

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

sink.tableCell_();
Expand Down

0 comments on commit 0910b75

Please sign in to comment.