Skip to content

Commit 3c34fd4

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent 34dd84d commit 3c34fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/JsonDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function extension(): string
2828

2929
public function match($expected, $actual)
3030
{
31-
if(is_string($actual)){
31+
if (is_string($actual)) {
3232
$actual = json_decode($actual, true, 512, JSON_THROW_ON_ERROR);
3333
}
3434
$expected = json_decode($expected, true, 512, JSON_THROW_ON_ERROR);

0 commit comments

Comments
 (0)