fixed formatting

This commit is contained in:
Theo Felippe 2021-11-13 18:12:14 +00:00
parent ed3ce2962c
commit 277681fd06

View file

@ -28,15 +28,15 @@ pub fn build_call_low_level<'a>(
match lowlevel { match lowlevel {
StrConcat | StrJoinWith | StrIsEmpty | StrStartsWith | StrStartsWithCodePt StrConcat | StrJoinWith | StrIsEmpty | StrStartsWith | StrStartsWithCodePt
| StrEndsWith | StrSplit | StrCountGraphemes | StrFromInt | StrFromUtf8 | StrTrimLeft | StrTrimRight | StrEndsWith | StrSplit | StrCountGraphemes | StrFromInt | StrFromUtf8 | StrTrimLeft
| StrFromUtf8Range | StrToUtf8 | StrRepeat | StrFromFloat | StrTrim | ListLen | StrTrimRight | StrFromUtf8Range | StrToUtf8 | StrRepeat | StrFromFloat | StrTrim
| ListGetUnsafe | ListSet | ListSingle | ListRepeat | ListReverse | ListConcat | ListLen | ListGetUnsafe | ListSet | ListSingle | ListRepeat | ListReverse
| ListContains | ListAppend | ListPrepend | ListJoin | ListRange | ListMap | ListMap2 | ListConcat | ListContains | ListAppend | ListPrepend | ListJoin | ListRange | ListMap
| ListMap3 | ListMap4 | ListMapWithIndex | ListKeepIf | ListWalk | ListWalkUntil | ListMap2 | ListMap3 | ListMap4 | ListMapWithIndex | ListKeepIf | ListWalk
| ListWalkBackwards | ListKeepOks | ListKeepErrs | ListSortWith | ListSublist | ListWalkUntil | ListWalkBackwards | ListKeepOks | ListKeepErrs | ListSortWith
| ListDrop | ListDropAt | ListSwap | ListAny | ListFindUnsafe | DictSize | DictEmpty | ListSublist | ListDrop | ListDropAt | ListSwap | ListAny | ListFindUnsafe | DictSize
| DictInsert | DictRemove | DictContains | DictGetUnsafe | DictKeys | DictValues | DictEmpty | DictInsert | DictRemove | DictContains | DictGetUnsafe | DictKeys
| DictUnion | DictIntersection | DictDifference | DictWalk | SetFromList => { | DictValues | DictUnion | DictIntersection | DictDifference | DictWalk | SetFromList => {
return NotImplemented; return NotImplemented;
} }