1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-26 15:25:14 +03:00
This commit is contained in:
Tae Won Ha 2017-12-03 14:28:23 +01:00
parent 4ef2fd0f15
commit 587934b3ac
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -14,7 +14,7 @@ class MainWindowReducer {
switch pair.action {
case let .frameChanged(to: frame):
case let .frameChanged(to:frame):
state.frame = frame
case let .cd(to:cwd):