Skip to content

Commit 33602c6

Browse files
committed
Test the darker/clang-format code path where the tool fails w/o a diff
1 parent ac2b8dc commit 33602c6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
int main() {
2+
3+
return
4+
42;
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
def main():
4+
return \
5+
42

0 commit comments

Comments
 (0)