Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 9, 2023
1 parent 193992b commit 4d2c342
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion google-maps/src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,11 @@ export class CapacitorGoogleMapsWeb
return '';
}

private async importGoogleLib(apiKey: string, region?: string, language?: string) {
private async importGoogleLib(
apiKey: string,
region?: string,
language?: string,
) {
if (this.gMapsRef === undefined) {
const lib = await import('@googlemaps/js-api-loader');
const loader = new lib.Loader({
Expand Down

0 comments on commit 4d2c342

Please sign in to comment.