clean up code
This commit is contained in:
		@@ -10,6 +10,6 @@ import {Operator} from 'rxjs/Operator';
 | 
			
		||||
import {Observable} from 'rxjs/Observable';
 | 
			
		||||
declare module 'rxjs/Subject' {
 | 
			
		||||
  interface Subject<T> {
 | 
			
		||||
    lift<R>(operator: Operator<T, R>): Observable<R>;
 | 
			
		||||
    lift<R>(operator: Operator<T, R>): Observable<R>
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user