Skip to content

Commit de31759

Browse files
Revert "change space to /t"
This reverts commit 0645d2c.
1 parent 0645d2c commit de31759

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 '[ \t]$' -- '*.mojo' '*.md'; then
36+
if git grep -n '[[:space:]]$' -- '*.mojo' '*.md'; then
3737
echo "Error: Trailing whitespace found"
3838
exit 1
3939
fi

0 commit comments

Comments
 (0)