removed unnecessary `break`

This commit is contained in:
gomi_ningen 2016-04-08 04:49:46 +09:00
parent f50a33c1e2
commit 1ce3622c10
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ public class UIBindingObserver<UIElementType, Value where UIElementType: AnyObje
}
case .Error(let error):
bindingErrorToInterface(error)
break
case .Completed:
break
}