smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.02k stars 271 forks source link

chore: add trailing semicolon #299

Closed missinglink closed 2 years ago

missinglink commented 2 years ago

This minor PR adds a missing trailing semicolon which was causing the CI environment to fail:

 /home/runner/work/leaflet-geosearch/leaflet-geosearch/src/SearchControl.ts
Error:     1:29  error    Insert `;`                                    prettier/prettier

https://github.com/smeijer/leaflet-geosearch/pull/295/checks?check_run_id=3858577892

The changes were generated automatically with the following command (note the --fix):

 npm run ci:lint -- $(git diff --diff-filter d --name-only origin/develop...HEAD -- '*.js' '*.ts' '*.tsx') --fix