Style: Trim trailing whitespace and ensure newline at EOF
Found by apply the file_format checks again via #91597.
This commit is contained in:
parent
17a81260cb
commit
7d03b1de0b
54 changed files with 54 additions and 66 deletions
|
|
@ -9,7 +9,7 @@ func test_member() -> void:
|
|||
# ^^^^ test -> test
|
||||
test += 3
|
||||
#<^^ -> test
|
||||
member += 5
|
||||
member += 5
|
||||
#<^^^^ -> member
|
||||
test = return_arg(test)
|
||||
# | ^^^^ -> test
|
||||
|
|
@ -22,4 +22,4 @@ func return_arg(arg: int) -> int:
|
|||
arg += 2
|
||||
#<^ -> arg
|
||||
return arg
|
||||
# ^^^ -> arg
|
||||
# ^^^ -> arg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue