diff --git a/files/.travis.sh b/files/.travis.sh index e1aac7f..584efbe 100644 --- a/files/.travis.sh +++ b/files/.travis.sh @@ -26,4 +26,4 @@ while read FILE; do echo done < changed_files -exit $EXIT_CODE \ No newline at end of file +exit $EXIT_CODE diff --git a/files/spell-checker.go b/files/spell-checker.go index f946ba5..8a2642f 100644 --- a/files/spell-checker.go +++ b/files/spell-checker.go @@ -56,4 +56,4 @@ func parseHunspellOutput(scanner *bufio.Scanner) map[string]*TypeResult { } return types -} \ No newline at end of file +}