Skip to content

Commit

Permalink
Fix for loop extra whitespacein translate_test.go`
Browse files Browse the repository at this point in the history
  • Loading branch information
Neved4 committed Nov 18, 2024
1 parent 9e68f53 commit f819d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/translate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ echo ${cool:+a}
echo ${cool-a}
echo ${cool:-a}
unset ASPELL_CONF
for i in a b c ; do
for i in a b c; do
if [ -d "$i/lib/aspell" ]; then
export ASPELL_CONF="dict-dir $i/lib/aspell"
fi
Expand Down

0 comments on commit f819d46

Please sign in to comment.