Browse Source

fixed coding style issues

Sven Czarnian 2 năm trước cách đây
mục cha
commit
95f2eb1978
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/generic/converters/waypoint.ts

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

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