You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ class MoneyPile {
49
49
50
50
whilecanTakeSomeBill(v) {
51
51
52
-
if(q ==0) {
52
+
if q ==0 {
53
53
break
54
54
}
55
55
@@ -1006,7 +1006,7 @@ class CurrentComputer : DoorOperator {
1006
1006
1007
1007
funcopenDoors(doors: String) ->String {
1008
1008
1009
-
if(computer ==nil) {
1009
+
if computer ==nil {
1010
1010
return"Access Denied. I'm afraid I can't do that."
1011
1011
}
1012
1012
@@ -1066,4 +1066,4 @@ Info
1066
1066
1067
1067
📖 Descriptions from: [Gang of Four Design Patterns Reference Sheet](http://www.blackwasp.co.uk/GangOfFour.aspx)
1068
1068
1069
-
🚀 How to generate playground (+zip) from this README: [GENERATE.markdown](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown)
1069
+
🚀 How to generate playground (+zip) from this README: [GENERATE.markdown](https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/GENERATE.markdown)
0 commit comments