質問編集履歴
1
コード修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
// 空データは除く
|
38
38
|
|
39
|
-
if !$0.code.isEmpty
|
39
|
+
if !$0.code.isEmpty{
|
40
40
|
|
41
41
|
print($0.code)
|
42
42
|
|