Browse Source

getting ride of trailing spaces

abram 4 years ago
parent
commit
7d861adfdf
1 changed files with 5 additions and 5 deletions
  1. 5 5
      html/js/RideLogicAVLS.js

+ 5 - 5
html/js/RideLogicAVLS.js

@@ -1,18 +1,18 @@
 //
 // Copyright (c) 2021 Clementine Computing LLC.
-// 
+//
 // This file is part of RideLogic.
-// 
+//
 // RideLogic is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
 // the Free Software Foundation, either version 3 of the License, or
 // (at your option) any later version.
-// 
+//
 // RideLogic is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU Affero General Public License for more details.
-// 
+//
 // You should have received a copy of the GNU Affero General Public License
 // along with RideLogic.  If not, see <https://www.gnu.org/licenses/>.
 //
@@ -156,7 +156,7 @@ const popup = new Overlay({
 g_map.addOverlay(popup);
 
 // display popup on click
-// 
+//
 g_map.on('click', function (evt) {
 
   // note working (wip)