Skip to content

Commit 7ca3c8a

Browse files
committed
whitespace fix
1 parent 03b027f commit 7ca3c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SCRIPTS/BF/ui.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ function run_ui(event)
355355
elseif event == EVT_VIRTUAL_EXIT then
356356
if isTelemetryScript then
357357
return protocol.exitFunc();
358-
else
358+
else
359359
stopDisplay = true
360-
end
360+
end
361361
end
362362
-- editing value
363363
elseif currentState == pageStatus.editing then

0 commit comments

Comments
 (0)