rm ; from swift

This commit is contained in:
willem
2021-10-14 21:42:04 +08:00
parent 61f3c7285b
commit 7b5384d7bf
4 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ public class JsonUtil {
public static func toString(object: AnyObject?)->String {
if object == nil {
return "";
return ""
}
if object is String{
let s = object as! String