From a0e14262fdec1ad4b76be1624ef18c28b62d71bc Mon Sep 17 00:00:00 2001 From: Adrian Hall Date: Fri, 11 Aug 2017 13:01:18 -0700 Subject: [PATCH] Fixed lint issues --- types/react-native/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index bea6b407c5..32b5b57f1b 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -5657,7 +5657,7 @@ export interface Dimensions { /** * Remove an event listener - * + * * @param {string} type the type of event * @param {function} handler the event handler */