Skip to content

Commit 36ddc6f

Browse files
committed
Apply fixes from StyleCI
1 parent a3aa0ef commit 36ddc6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LocationFake.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ class LocationFake
1515
public function __construct(
1616
protected LocationManager $manager,
1717
protected array $requests = [],
18-
) {}
18+
) {
19+
}
1920

2021
/**
2122
* Forward missing method calls to the location manager.

0 commit comments

Comments
 (0)