Skip to content

Commit be3f8f2

Browse files
committed
fix fmt.sh
1 parent f037e78 commit be3f8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export LC_ALL=en_US.UTF-8 # perl
1919
export LANGUAGE=en_US.UTF-8 # perl
2020

2121
for file in $(find .. -path "../target" -a -prune \
22-
-o -type f \
22+
-a -type f \
2323
-o -name "*.rs" \
2424
-o -name "*.c" \
2525
-o -name "*.h" \

0 commit comments

Comments
 (0)