1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 11:31:30 +00:00

cosmetics

This commit is contained in:
Evgeniy Sokolov 2016-01-19 09:52:01 +01:00
parent f31b45b2d5
commit 54cf64d805
2 changed files with 2 additions and 2 deletions

View File

@ -26,4 +26,4 @@ while read FILE; do
echo
done < changed_files
exit $EXIT_CODE
exit $EXIT_CODE

View File

@ -56,4 +56,4 @@ func parseHunspellOutput(scanner *bufio.Scanner) map[string]*TypeResult {
}
return types
}
}