1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
This commit is contained in:
Tae Won Ha 2019-03-23 10:46:57 +01:00
parent 8261861b7d
commit 31b756453b
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -100,7 +100,11 @@ class UiComponentTemplate: UiComponent {
case doSth
}
required init(source: Observable<StateType>, emitter: ActionEmitter, state: StateType) {
required init(
source: Observable<StateType>,
emitter: ActionEmitter,
state: StateType
) {
// set the typed action emit function
self.emit = emitter.typedEmit()