Skip to content

Commit

Permalink
docs(smt): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
waddaboo committed Jul 31, 2024
1 parent 027fd14 commit c97995c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/smt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ cargo add zk-kit-smt
```

## 📜 Usage

```rust
use zk_kit_smt::smt::{Key, Node, Value, SMT};

Expand Down Expand Up @@ -86,5 +87,4 @@ fn main() {
assert!(delete.is_ok());
assert_eq!(smt.get(key.clone()), None);
}

```
```

0 comments on commit c97995c

Please sign in to comment.