From 95ee75f5293c08e6956e21c5ec307b7c5d57e77c Mon Sep 17 00:00:00 2001 From: Voldivh Date: Tue, 1 Aug 2023 12:56:51 -0500 Subject: [PATCH] Removes trailing whitespace Signed-off-by: Voldivh --- python/test/light_TEST.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test/light_TEST.py b/python/test/light_TEST.py index 0c6895b166b..8410e7b4e2c 100755 --- a/python/test/light_TEST.py +++ b/python/test/light_TEST.py @@ -103,7 +103,7 @@ def on_pre_udpate_cb(_info, _ecm): # Spot Falloff Test self.assertEqual(2, light_spot.spot_falloff(_ecm)) light_spot.set_spot_falloff(_ecm, 4) - + def on_udpate_cb(_info, _ecm): global iterations iterations += 1