Skip to content

Commit d26a16e

Browse files
committed
update code style
1 parent db5ae9d commit d26a16e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ There are two types of data, one is normalized data and the other is structured
1818
For example:
1919
```json
2020
{
21-
"owner": "000000000000000000", // owner
22-
"did": "base58000000000000", // DID
23-
"pid": "base58000000000000", // Parent-DID
24-
"value": "type:xxxxx:0101010101", // Value
25-
"time": "00120112:00123423", // Lifetime
21+
"owner": "000000000000000000",
22+
"did": "base58000000000000",
23+
"pid": "base58000000000000",
24+
"value": "type:xxxxx:0101010101",
25+
"time": "00120112:00123423",
2626
}
2727
```
2828

0 commit comments

Comments
 (0)