Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamveritas committed Sep 22, 2022
1 parent 7c155fd commit 3b78e9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/07_best-practices/08_abi/00_understanding-abi-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,8 @@ The corresponsing ABI definition would look like this:
{"name":"total_ram_bytes_reserved", "type":"uint64"},
{"name":"total_ram_stake", "type":"int64"},
]
}```
}
```

## Extra ABI Properties Not Covered Here

Expand Down
3 changes: 2 additions & 1 deletion docs/09_tutorials/03_create-an-abi-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ The corresponsing ABI definition would look like this:
{"name":"total_ram_bytes_reserved", "type":"uint64"},
{"name":"total_ram_stake", "type":"int64"},
]
}```
}
```

## ABI Properties Not Covered Here

Expand Down

0 comments on commit 3b78e9f

Please sign in to comment.