diff --git a/RxCocoa/iOS/UIApplication+Rx.swift b/RxCocoa/iOS/UIApplication+Rx.swift index d394305e..1bf270da 100644 --- a/RxCocoa/iOS/UIApplication+Rx.swift +++ b/RxCocoa/iOS/UIApplication+Rx.swift @@ -10,11 +10,11 @@ import Foundation #if os(iOS) import UIKit - + #if !RX_NO_MODULE import RxSwift #endif - + extension UIApplication { /** @@ -26,4 +26,5 @@ import Foundation }.asObserver() } } -#endif \ No newline at end of file +#endif +