Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Nov 29, 2023
1 parent 7f1cd92 commit 5125bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cargo-contract/src/cmd/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl StorageCommand {
"Value".bright_purple().bold()
);
for cell in storage.0.values() {
//TODO: Handle Mapping and Lazy types
// TODO: Handle Mapping and Lazy types
let value =
transcoder.decode(cell.type_id, &mut cell.value.0.as_bytes_ref())?;
println!(
Expand Down

0 comments on commit 5125bbb

Please sign in to comment.