Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrizsabin committed May 9, 2024
1 parent 5db2ee9 commit 25ee4a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions contracts/cosmwasm-vm/cw-icon-light-client/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,4 @@ mod tests {
.get_processed_block_at_height(client_id, 3)
.unwrap();
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,3 @@ impl<C: IContext> ILightClient for IconClient<C> {
Ok(())
}
}

0 comments on commit 25ee4a9

Please sign in to comment.