質問編集履歴

1

コード修正

2019/10/25 09:21

投稿

syosinsya_swift
syosinsya_swift

スコア62

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  // 空データは除く
38
38
 
39
- if !$0.code.isEmpty && $0.code {
39
+ if !$0.code.isEmpty{
40
40
 
41
41
  print($0.code)
42
42