tools: Stop initial blank lines being stripped.

This commit is contained in:
Andrew Hamilton 2021-07-25 01:51:40 +10:00
parent 4197cebd1b
commit c4fb3fdfe3
3 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,4 @@
 
 
def hi(): 
 print("hi")

View file

@ -1 +1,3 @@
 
 
def hi():