From f37094483858cd8f282157a22f19151a6837f49e Mon Sep 17 00:00:00 2001 From: "Shahar Or (mightyiam)" Date: Wed, 26 Apr 2017 14:59:20 +0300 Subject: [PATCH] chore(lint): add missing newlines --- src/index.ts | 2 +- src/types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 9446525..c999ce8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -125,4 +125,4 @@ export default function switchPath( }); return validate({sourcePath, matchedPath, matchedValue, routes}); -} \ No newline at end of file +} diff --git a/src/types.ts b/src/types.ts index 4eb6065..625d540 100644 --- a/src/types.ts +++ b/src/types.ts @@ -5,4 +5,4 @@ export interface RouteDefinitions extends Object { export interface SwitchPathReturn { path: string | null; value: any | null; -} \ No newline at end of file +}