Skip to content

Commit

Permalink
encoding/cbor: too much indentations
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Dec 23, 2023
1 parent 20875a4 commit ba41648
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions core/encoding/cbor/doc.odin
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ Example:
Output:
{
"my_union": 1010([
"int",
3
]),
"neg": -301,
"now": 1(1701117968),
"renamed :)": 123123.12500000,
"str": "Hello, World!"
"my_union": 1010([
"int",
3
]),
"neg": -301,
"now": 1(1701117968),
"renamed :)": 123123.12500000,
"str": "Hello, World!"
}
*/
package cbor
Expand Down

0 comments on commit ba41648

Please sign in to comment.