Style: Trim trailing whitespace and ensure newline at EOF
Found by apply the file_format checks again via #91597.
This commit is contained in:
@@ -6,4 +6,3 @@ func test():
|
||||
var a := Foo.A
|
||||
var b := a as int + 1
|
||||
print(b)
|
||||
|
||||
|
||||
-1
@@ -3,4 +3,3 @@ const Constants = preload("gdscript_to_preload.notest.gd")
|
||||
func test():
|
||||
var a := Constants.A
|
||||
print(a)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user