From 7b7649682591e7ec0ff2d66fe3cc6fcbc381bae0 Mon Sep 17 00:00:00 2001 From: Arne Schubert Date: Thu, 2 Nov 2017 13:35:55 +0100 Subject: [PATCH] Add missing EOF in new line --- types/leaflet/leaflet-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/leaflet/leaflet-tests.ts b/types/leaflet/leaflet-tests.ts index c647491b85..e1cdcd2b90 100644 --- a/types/leaflet/leaflet-tests.ts +++ b/types/leaflet/leaflet-tests.ts @@ -495,4 +495,4 @@ interface MyProperties { icon: L.icon({ iconUrl: 'my-icon.png' }) -}) as L.Marker).feature.properties.testProperty = "test"; \ No newline at end of file +}) as L.Marker).feature.properties.testProperty = "test";