mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Strip command whitespace
This commit is contained in:
parent
726ccf3a39
commit
b3b67ef5ee
1 changed files with 1 additions and 1 deletions
|
@ -226,4 +226,4 @@ def expand_dockerfile(dockerfile):
|
|||
|
||||
|
||||
def deindent(string):
|
||||
return re.sub("\n +", " \n ", string)
|
||||
return re.sub("\n +", " \n ", string).strip()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue