From 0408627bb1f0630ff2aabaab7756b1726ffeab92 Mon Sep 17 00:00:00 2001 From: rollymaduk Date: Wed, 13 Dec 2017 16:23:23 +0100 Subject: [PATCH] whitespace fix --- types/pubnub/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/pubnub/index.d.ts b/types/pubnub/index.d.ts index 82ffb785cb..3ad70755a0 100644 --- a/types/pubnub/index.d.ts +++ b/types/pubnub/index.d.ts @@ -36,8 +36,8 @@ declare class Pubnub { unsubscribe(params: Pubnub.UnsubscribeParameters): void; unsubscribeAll(): void; - - stop():void; + + stop(): void; addListener(params: Pubnub.ListenerParameters): void;