Skip to content

Commit c0bb336

Browse files
committed
Remove trailing ws
1 parent 9a58594 commit c0bb336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generator-utils/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ${unimplemented_exercises}"
5959
echo "${YELLOW}$(bin/generator-utils/ngram "${unimplemented_exercises}" "$slug")${RESET}"
6060
else
6161
message "info" "Building typo-checker binary for $(uname -m) system."
62-
62+
6363
cd util/ngram && ./build && cd ../.. && echo "${YELLOW}$(bin/generator-utils/ngram "${unimplemented_exercises}" "$slug")${RESET}"
6464
fi
6565

0 commit comments

Comments
 (0)