Removed some unneeded spaces

This commit is contained in:
Christian 2022-05-04 11:45:49 +02:00
parent bf2d2e4256
commit b41f999323
2 changed files with 8 additions and 8 deletions

View File

@ -337,7 +337,7 @@ modelDecoder =
let let
mainDecoder : String -> JD.Decoder Model mainDecoder : String -> JD.Decoder Model
mainDecoder version = mainDecoder version =
if (version == pcModelVersion) then if (version == "4" || version == "3") then
JD.map2 JD.map2
(\a b -> Model a b [] False Waiting Waiting initDragDrop False ) (\a b -> Model a b [] False Waiting Waiting initDragDrop False )
( JD.field "pc_model" PC.Json.pcModelDecoder ) ( JD.field "pc_model" PC.Json.pcModelDecoder )