Skip to content

Commit 0ad2ab3

Browse files
committed
format test.cpp
1 parent 5a10397 commit 0ad2ab3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/autosar/test/rules/A13-5-2/test.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ class A {
1313
void test_compiler_generated() {
1414
int x = 0;
1515

16-
auto capture = [x]() -> int {
17-
return x;
18-
};
16+
auto capture = [x]() -> int { return x; };
1917

2018
auto no_capture = []() -> int {
2119
int x = 1;

0 commit comments

Comments
 (0)