Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Mar 30, 2022
1 parent c54018f commit f0731c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-plus/src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl<'a> AsRef<[u8]> for Key<'a> {
Key::Val16(v) => v,
Key::Val32(v) => v,
Key::Val64(v) => v,
Key::Val128(v) => v
Key::Val128(v) => v,
}
}
}
Expand Down

0 comments on commit f0731c0

Please sign in to comment.