mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	Added newline to multicharacter line of plaintext generation script
This commit is contained in:
		| @@ -8,5 +8,5 @@ with open("plaintext.txt", "w"): | |||||||
|         except: |         except: | ||||||
|             pass |             pass | ||||||
|     f.write("\n") |     f.write("\n") | ||||||
|     f.write("Here is a line with multiple characters") |     f.write("Here is a line with multiple characters\n") | ||||||
| ``` | ``` | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user