mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
Reformat
This commit is contained in:
parent
8261861b7d
commit
31b756453b
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user