llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

Remove unnecessary break statements #55

Closed michalsrutek closed 1 year ago

michalsrutek commented 1 year ago

In Swift, there is no implicit fallthrough - so there's no need for these break statements.

See https://docs.swift.org/swift-book/documentation/the-swift-programming-language/controlflow/#No-Implicit-Fallthrough