Small reformat.
This commit is contained in:
parent
b18dbfe792
commit
9ef4ad2e20
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ parseBCP47 lang =
|
|||
region <- P.option "" pRegion
|
||||
variants <- P.many (pVariant P.<|> pExtension P.<|> pPrivateUse)
|
||||
P.eof
|
||||
return $ Lang{ langLanguage = language
|
||||
return Lang{ langLanguage = language
|
||||
, langScript = script
|
||||
, langRegion = region
|
||||
, langVariants = variants }
|
||||
|
|
Loading…
Add table
Reference in a new issue