Skip to content

Commit 5a9cf56

Browse files
author
Andreas Frömer
committed
Adjust codestyle
1 parent c3e39ed commit 5a9cf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SystemCtlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testListUnitsWithAvailableUnits()
5959
cron.service loaded active running
6060
EOT;
6161
$systemctl = $this->buildSystemCtlMock($output);
62-
$units = $systemctl->listUnits(null,SystemCtl::AVAILABLE_UNITS);
62+
$units = $systemctl->listUnits(null, SystemCtl::AVAILABLE_UNITS);
6363
$this->assertCount(11, $units);
6464
}
6565

0 commit comments

Comments
 (0)