mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
Added newline to multicharacter line of plaintext generation script
This commit is contained in:
parent
19b55706ee
commit
de47bd2323
@ -8,5 +8,5 @@ with open("plaintext.txt", "w"):
|
||||
except:
|
||||
pass
|
||||
f.write("\n")
|
||||
f.write("Here is a line with multiple characters")
|
||||
f.write("Here is a line with multiple characters\n")
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user