Remove trailing space characters in the formatting script

This commit is contained in:
Aaron Franke
2020-06-17 14:53:10 -04:00
parent d3317cc91d
commit 35d44b5d85
36 changed files with 53 additions and 51 deletions

View File

@@ -13,5 +13,5 @@ func _physics_process(delta):
var d = sin(accum)
var xf = Transform2D()
xf[2]= motion * d
xf[2]= motion * d
($Platform as RigidBody2D).transform = xf