Skip to content

Commit

Permalink
updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHoogstrate committed Mar 4, 2024
1 parent 3309c7c commit 0f02422
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geocoding_ios/lib/geocoding_ios.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ class GeocodingIOS extends GeocodingPlatform {
}

@override
Future<List<Location>> locationFromAddress(String address) async {
Future<List<Location>> locationFromAddress(
String address,
) async {
final parameters = <String, String>{
'address': address,
};
Expand Down

0 comments on commit 0f02422

Please sign in to comment.