Skip to content

Commit

Permalink
fix fmt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
haxjump committed Nov 8, 2024
1 parent 8a9fdf0 commit cfcc67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd $EXEC_PATH || exit 1
#################################################

for file in $(find .. -path "../target" -a -prune \
-o -type f \
-a -type f \
-o -name "*.rs" \
-o -name "*.c" \
-o -name "*.h" \
Expand Down

0 comments on commit cfcc67f

Please sign in to comment.