From c7ef6c306efb3adf7714cac6db8f2bc8bdcd833e Mon Sep 17 00:00:00 2001 From: Hayden Donald Date: Sun, 28 Jan 2024 22:50:13 +0000 Subject: [PATCH] Removed whitespace --- libraries/AP_Scripting/examples/hello_world_display.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/AP_Scripting/examples/hello_world_display.lua b/libraries/AP_Scripting/examples/hello_world_display.lua index bc6a7b16370cf5..6966679d283c1f 100644 --- a/libraries/AP_Scripting/examples/hello_world_display.lua +++ b/libraries/AP_Scripting/examples/hello_world_display.lua @@ -63,5 +63,4 @@ local function update() return update, 10 end - return update, 1000 -- Wait a few seconds before starting - \ No newline at end of file + return update, 1000 -- Wait a few seconds before starting \ No newline at end of file