mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-20 21:42:14 +02:00
[Swift/en] Deleted semicolon to be consistent - Small Fix
this line let weak = "keyword"; let override = "another keyword" // statements can be separated by a semi-colon show off semicolon use. But after that semicolon is not used, so I removed inconsistency.
This commit is contained in:
@@ -392,7 +392,7 @@ testTryStuff()
|
|||||||
|
|
||||||
public class Shape {
|
public class Shape {
|
||||||
public func getArea() -> Int {
|
public func getArea() -> Int {
|
||||||
return 0;
|
return 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user