Update prettier version

This commit is contained in:
Gautier P 2020-12-05 11:50:30 +01:00
parent c49b821db7
commit 25429b3c24
42 changed files with 2480 additions and 2490 deletions

View file

@ -1,4 +1,4 @@
(function() {
(function () {
// COPYING: Please get your own API keys from the sites listed below
BR.keys = {
@ -15,6 +15,6 @@
strava: '',
// OpenMapSurfer (OpenRouteService API), https://openrouteservice.org/plans/
openrouteservice: ''
openrouteservice: '',
};
})();