Skip to content

Commit 7bb06a5

Browse files
committed
Whitespace cleanup.
1 parent 977909e commit 7bb06a5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/TestCase/Shell/ConfigReadShellTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function testStartupFlags($params, $args, $expected) {
276276
$this->Shell->args = $args;
277277

278278
$this->Shell->startup();
279-
279+
280280
foreach ($expected as $prop => $check) {
281281
$this->assertEquals(
282282
$check['val'],
@@ -302,7 +302,7 @@ public function provideStartupArgs() {
302302
],
303303
],
304304
],
305-
305+
306306
[
307307
[],
308308
['dummy', 'dummy2'],
@@ -317,7 +317,7 @@ public function provideStartupArgs() {
317317
],
318318
],
319319
],
320-
320+
321321
[
322322
['serialize' => true],
323323
['dummy', 'dummy2'],
@@ -332,7 +332,6 @@ public function provideStartupArgs() {
332332
],
333333
],
334334
],
335-
336335
];
337336
}
338337

0 commit comments

Comments
 (0)