OSDN Git Service

UAをVersion/10.0.3 Safari/602.4.8に変更
[kcd/KCD.git] / KCD / CombinedCommand.swift
index 9aa4924..3a41220 100644 (file)
@@ -39,7 +39,7 @@ class CombinedCommand: JSONCommand {
         
         parameter["api_combined_type"]
             .int
-            .flatMap { CombineType(rawValue:$0) }
+            .flatMap { CombineType(rawValue: $0) }
             .map { postNotification(withType: $0) }
     }