mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove unnecessary comment from Json module
This commit is contained in:
parent
fc71e3df04
commit
41af6d96a8
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue