scripts: Remove extra trailing newlines from Python scripts

Fixing all instances so that it can be flagged in a pylint CI check
later.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-03-21 21:04:26 +01:00 committed by Kumar Gala
commit 5c8fd84d12
8 changed files with 0 additions and 11 deletions

View file

@ -246,7 +246,3 @@ if __name__ == "__main__":
print(parser.parse(line))
print(parse(line, local_env))