Procházet zdrojové kódy

fixed coding style issues

Sven Czarnian před 2 roky
rodič
revize
95f2eb1978
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/generic/converters/waypoint.ts

+ 1 - 1
src/generic/converters/waypoint.ts

@@ -17,4 +17,4 @@ export class WaypointConverter {
     );
     return retval;
   }
-}
+}