Skip to content

Commit 86f325f

Browse files
authored
Merge pull request #353 from stevebauman/analysis-169KW1
Apply fixes from StyleCI
2 parents 1d79c8f + 38a2c7f commit 86f325f

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)