Merge pull request #608 from 53ningen/feature/break

removed unnecessary `break`
This commit is contained in:
Krunoslav Zaher 2016-04-08 22:30:45 +02:00
commit f40826c148
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
}