Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Remove unnecessary break in switchDefault example #4650

Merged
merged 1 commit into from Apr 13, 2019

Commits on Apr 9, 2019

  1. Remove unnecessary break in switchDefault example

    Last switch case does not need a break statement as it is already the switch will already end after it. This way this example will also ensure following the rule switchFinalBreakRule.
    rarenal committed Apr 9, 2019
    Copy the full SHA
    8845402 View commit details
    Browse the repository at this point in the history