From 5e5f2ce6c2e94e73140c554dcfdb5d6c31e9813c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 30 Jun 2017 18:06:37 +0200 Subject: [PATCH] clean up code --- ts/smartchok.plugins.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartchok.plugins.ts b/ts/smartchok.plugins.ts index 7089288..23854f1 100644 --- a/ts/smartchok.plugins.ts +++ b/ts/smartchok.plugins.ts @@ -10,6 +10,6 @@ import {Operator} from 'rxjs/Operator'; import {Observable} from 'rxjs/Observable'; declare module 'rxjs/Subject' { interface Subject { - lift(operator: Operator): Observable; + lift(operator: Operator): Observable } }