Skip to content
Snippets Groups Projects
Commit d3dcb5f4 authored by stuebinm's avatar stuebinm
Browse files

linter: whitespace confusing can be

parent 52d38a0c
Branches
Tags
No related merge requests found
Pipeline #15195 failed
......@@ -42,7 +42,7 @@ type SchemaSet = Map Text [Substitution]
-- and a normalised version of the same URI
parseUri :: Text -> Maybe (Text, Text, Text, Text)
parseUri raw =
case parseURI (toString raw) of
case parseURI (toString (T.strip raw)) of
Nothing -> Nothing
Just uri@URI{..} -> case uriAuthority of
Nothing -> Nothing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment