Skip to content

Commit 0645d2c

Browse files
change space to /t
1 parent b7397ab commit 0645d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Check for trailing whitespace
3535
run: |
36-
if git grep -n '[[:space:]]$' -- '*.mojo' '*.md'; then
36+
if git grep -n '[ \t]$' -- '*.mojo' '*.md'; then
3737
echo "Error: Trailing whitespace found"
3838
exit 1
3939
fi

0 commit comments

Comments
 (0)