Skip to content

Commit c47d5a1

Browse files
Fix test format
1 parent 723863c commit c47d5a1

File tree

1 file changed

+2
-2
lines changed
  • cpp/common/test/rules/unusedparameter

1 file changed

+2
-2
lines changed

cpp/common/test/rules/unusedparameter/test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class A {
1717
void c(int) {} // COMPLIANT
1818

1919
// This is a violation of Rule 0-2-2, and therefore flagged by the default
20-
// logic. However, this is allowed by additional exception in A0-1-4. See A0-1-4
21-
// and Rule 0-2-2 tests for full coverage.
20+
// logic. However, this is allowed by additional exception in A0-1-4. See
21+
// A0-1-4 and Rule 0-2-2 tests for full coverage.
2222
virtual void d(int x, int y) {} // NON_COMPLIANT
2323
};
2424

0 commit comments

Comments
 (0)