Skip to content

Commit 5512618

Browse files
committed
Removed whitespaces in blank line
1 parent 0a032d1 commit 5512618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Debug/TimerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function testRecordFunctionWithReturn()
138138
$timer = new Timer();
139139
$returnValue = $timer->record('longjohn', static function () {
140140
usleep(100000);
141-
141+
142142
return 'test';
143143
});
144144

0 commit comments

Comments
 (0)