mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 02:34:17 +02:00
Merge pull request #2100 from pbrewczynski/patch-8
[Swift/en] Deleted semicolon to be consistent - Small Fix
This commit is contained in:
@@ -392,7 +392,7 @@ testTryStuff()
|
||||
|
||||
public class Shape {
|
||||
public func getArea() -> Int {
|
||||
return 0;
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user