Skip to content

Commit

Permalink
FIO-8496: removed unnecessary empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrinKhilko committed Jun 20, 2024
1 parent ebc09cb commit 1f930f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/address/GoogleAddressProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ export class GoogleAddressProvider extends AddressProvider {
constructor(options = {}) {
super(options);
this.setAutocompleteOptions();

let src = 'https://maps.googleapis.com/maps/api/js?v=quarterly&libraries=places&loading=async&callback=googleMapsCallback';

if (options.params?.key) {
src += `&key=${options.params.key}`;
}
Expand Down

0 comments on commit 1f930f8

Please sign in to comment.