Skip to content

Commit f65bb9f

Browse files
committed
Fix checkstyle errors
1 parent 847b6a3 commit f65bb9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/SpecTests/ClientSideEncryptionSpecTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ function ($command) use (&$commands) {
395395
}
396396
);
397397

398-
$test->assertCount(2, $commands);
399-
},
398+
$test->assertCount(2, $commands);
399+
},
400400
];
401401

402402
yield 'Test 4' => [
@@ -424,8 +424,8 @@ function ($command) use (&$commands) {
424424
}
425425
);
426426

427-
$test->assertCount(2, $commands);
428-
},
427+
$test->assertCount(2, $commands);
428+
},
429429
];
430430

431431
yield 'Test 5' => [

0 commit comments

Comments
 (0)