From 9441928884a92de1edd31111d130b286643cf5d8 Mon Sep 17 00:00:00 2001 From: Megan Kearl Date: Thu, 29 Dec 2016 23:47:51 -0600 Subject: [PATCH] style(): fix whitespace lint issue (#923) --- src/plugins/background-geolocation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/background-geolocation.ts b/src/plugins/background-geolocation.ts index c781cae54..af876b713 100644 --- a/src/plugins/background-geolocation.ts +++ b/src/plugins/background-geolocation.ts @@ -48,7 +48,7 @@ export interface BackgroundGeolocationResponse { * altitude if available, in meters above the WGS 84 reference ellipsoid. */ altitude: number; - + /** * accuracy of the altitude if available. */