Add trailing newline to Korean pages (#3573)

This commit is contained in:
Marco Bonelli
2019-11-15 16:59:10 +01:00
committed by Starbeamrainbowlabs
parent 1c29ef3e19
commit 07fab14d0e
26 changed files with 26 additions and 26 deletions

View File

@@ -34,4 +34,4 @@
- 조건에 따라 다른 값을 출력:
`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'`
`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'`