Skip to content

Commit 4a3cb17

Browse files
committed
typo
1 parent db010c8 commit 4a3cb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
echo "# Removing tabs"
4-
find ./ -regex "^\.\(/[a-zA-Z0-9_-.]*\)*.ml" -exec sed -i 's/ //g' {} \;
4+
find ./ -regex "^\.\(/[a-zA-Z0-9_-.]*\)*.ml[il]?" -exec sed -i 's/ //g' {} \;
55
echo "# Indent files"
66
find ./ -regex "^\.\(/[a-zA-Z0-9_-.]*\)*.ml[il]?" -exec ocp-indent -i {} \;

0 commit comments

Comments
 (0)