From 685c1c922421b4d00fcda8239ccb0bd3c6e62e5f Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 9 Jul 2020 10:36:13 -0400 Subject: [PATCH] Fix indentation --- tests/DMAPI/LongRunning/Test.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/DMAPI/LongRunning/Test.dm b/tests/DMAPI/LongRunning/Test.dm index fbc808306a..d210608d28 100644 --- a/tests/DMAPI/LongRunning/Test.dm +++ b/tests/DMAPI/LongRunning/Test.dm @@ -1,13 +1,13 @@ /world sleep_offline = FALSE - loop_checks = FALSE + loop_checks = FALSE /world/New() log << "Initial value of sleep_offline: [sleep_offline]" // Intentionally slow down startup for testing purposes - for(var/i in 1 to 10000000) - dab() + for(var/i in 1 to 10000000) + dab() TgsNew(new /datum/tgs_event_handler/impl, TGS_SECURITY_ULTRASAFE) StartAsync()