Skip to content

Commit

Permalink
fixes styling
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHoogstrate committed Mar 4, 2024
1 parent 0f02422 commit a38ab25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geocoding/test/geocoding_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ class MockGeocodingPlatform extends Mock
implements
GeocodingPlatform {
@override
Future<List<Location>> locationFromAddress(String address) async {
Future<List<Location>> locationFromAddress(
String address,
) async {
return [mockLocation];
}

Expand Down

0 comments on commit a38ab25

Please sign in to comment.