Remove unnecessary comment from Json module

This commit is contained in:
Ayaz Hafiz 2022-07-26 18:43:33 -04:00
parent fc71e3df04
commit 41af6d96a8
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -60,7 +60,6 @@ toUtf8 = @Json {}
numToBytes = \n ->
n |> Num.toStr |> Str.toUtf8
# impl EncoderFormatting for Json
u8 = \n -> custom \bytes, @Json {} -> List.concat bytes (numToBytes n)
u16 = \n -> custom \bytes, @Json {} -> List.concat bytes (numToBytes n)