Skip to content

Commit 0b77a50

Browse files
committed
test
1 parent 566d96c commit 0b77a50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

check_indent.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2-
rg -tpy '^\t* +'; [[ $? -eq 1 ]]
2+
rg -tpy '^\t* +'; echo $?;
3+
hexdump -C test.py

test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if True:
2+
print('look i have spaces')

0 commit comments

Comments
 (0)