From 4e765d80ff32b58b62f8124a0dfe147a0c7daece Mon Sep 17 00:00:00 2001 From: Kanchalai Tanglertsampan Date: Mon, 26 Jun 2017 12:26:35 -0700 Subject: [PATCH] Fix linit --- types/react-router-native/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-router-native/index.d.ts b/types/react-router-native/index.d.ts index 45fa83decb..f2ab1c72b1 100644 --- a/types/react-router-native/index.d.ts +++ b/types/react-router-native/index.d.ts @@ -44,4 +44,4 @@ export interface NativeRouterProps { keyLength?: number; } -export class NativeRouter extends React.Component {} \ No newline at end of file +export class NativeRouter extends React.Component {}