Skip to content

Commit 6b389b6

Browse files
committed
fix(switch1): revert default removal
1 parent fc7bdfe commit 6b389b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Exercises/01_control_flow/switch1.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ func getDayType(_ day: String) -> String {
1212
// Add return statement
1313
case "Saturday", "Sunday":
1414
// Add return statement
15+
default:
1516
}
1617
}
1718

0 commit comments

Comments
 (0)