Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 17, 2023
1 parent 97627e0 commit 2140791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,10 +488,10 @@ const receipt = {
## 4.3 DAG-JSON Examples
``` js
``` json
{
"ucr": {
"ran": {"/": "bafyreia5tctxekbm5bmuf6tsvragyvjdiiceg5q6wghfjiqczcuevmdqcu"}
"ran": {"/": "bafyreia5tctxekbm5bmuf6tsvragyvjdiiceg5q6wghfjiqczcuevmdqcu"},
"out": {
"ok": ["[email protected]", "[email protected]"]
},
Expand All @@ -500,7 +500,7 @@ const receipt = {
"total-time": [400, "hours"]
}
},
"sig": {"/": {bytes: "7aEDQLYvb3lygk9yvAbk0OZD0q+iF9c3+wpZC4YlFThkiNShcVriobPFr/wl3akjM18VvIv/Zw2LtA4uUmB5m8PWEAU"}}
"sig": {"/": {"bytes": "7aEDQLYvb3lygk9yvAbk0OZD0q+iF9c3+wpZC4YlFThkiNShcVriobPFr/wl3akjM18VvIv/Zw2LtA4uUmB5m8PWEAU"}}
}
```
Expand Down

0 comments on commit 2140791

Please sign in to comment.