Skip to content

Commit 1280750

Browse files
committed
remove unnecessary PrettyPrint() call
1 parent 8cba82a commit 1280750

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

words_extractor_go/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ func main() {
3333
words = sortWords(words, "POLISH_CI") // ~19s, without: 11s
3434

3535
text := strings.Join(words, "\n")
36-
37-
PrettyPrint(outfilepath)
3836
for err := ioutil.WriteFile(outfilepath, []byte(text), 0644); err != nil; {
3937
panic(err)
4038
}

0 commit comments

Comments
 (0)