Skip to content

Commit 0eb430a

Browse files
committed
A13-3-1: reformat test
1 parent add36bc commit 0eb430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/test/rules/A13-3-1/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ int main() {}
7373

7474
class C {
7575
public:
76-
C() {}
76+
C() {}
7777
template <typename T> C(T &&) {} // COMPLIANT by exception
7878
};

0 commit comments

Comments
 (0)