style: remove extra newline from white space verifier fix method
Change-Id: I7bce7d1cb04efe20d31445eb67ea5ffd2a4a41f4 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
parent
f23bd6b248
commit
21f971e4d1
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class Whitespace(LineVerifier):
|
||||||
|
|
||||||
line = newline
|
line = newline
|
||||||
|
|
||||||
return line.rstrip() + '\n'
|
return line.rstrip()
|
||||||
|
|
||||||
|
|
||||||
class SortedIncludes(Verifier):
|
class SortedIncludes(Verifier):
|
||||||
|
|
Loading…
Reference in a new issue