From f3bbefd2a472843e9711ac06d60f9fa17c682bb6 Mon Sep 17 00:00:00 2001 From: Sergey Kopytov Date: Sun, 30 Dec 2018 03:19:42 +0500 Subject: [PATCH] set disposeBag as const --- touchin/Code/View/view_controller.swift.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/touchin/Code/View/view_controller.swift.liquid b/touchin/Code/View/view_controller.swift.liquid index 976a035..79c888d 100755 --- a/touchin/Code/View/view_controller.swift.liquid +++ b/touchin/Code/View/view_controller.swift.liquid @@ -11,7 +11,7 @@ final class {{ module_info.name }}ViewController: BaseConfigurableController<{{ // MARK: - Properties - var disposeBag = DisposeBag() + let disposeBag = DisposeBag() // MARK: - View Life Cycle