Skip to content

Commit a253b27

Browse files
committed
Remove bad indent
1 parent 9a7a3e0 commit a253b27

File tree

1 file changed

+5
-5
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Inputs/sanitizer_default_arch

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

3-
# Assisted by watsonx Code Assistant
4-
import json
5-
import sys
6-
print(json.dumps(sys.argv[1:]), file=sys.stderr)
7-
print("main\n??:0:0\n")
3+
# Assisted by watsonx Code Assistant
4+
import json
5+
import sys
6+
print(json.dumps(sys.argv[1:]), file=sys.stderr)
7+
print("main\n??:0:0\n")

0 commit comments

Comments
 (0)