Skip to content

Commit 151e1fb

Browse files
committed
clang-format
1 parent ac4bb8b commit 151e1fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/unit/switch.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ int default_first(int x) {
9797
}
9898

9999
int empty_switch(int x) {
100-
switch (x) {
101-
}
100+
switch (x) {}
102101
return x;
103102
}
104103

0 commit comments

Comments
 (0)