Fix elm-analyse issues

This commit is contained in:
Eike Kettner
2020-01-29 20:56:14 +01:00
parent bfd5bdb0c2
commit c504a3df42
33 changed files with 42 additions and 54 deletions

View File

@ -12,9 +12,6 @@ crazyEncode str =
let
b64 =
Base64.encode str
len =
String.length b64
in
case String.right 2 b64 |> String.toList of
'=' :: '=' :: [] ->