Skip to content

Commit

Permalink
chore: cargo fmt for Finschia#147
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Dec 22, 2021
2 parents c503ec7 + 63aabb5 commit 9c09778
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions packages/vm/src/testing/contract.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(dead_code)] // Disable unused code lint with the code used in https://github.com/line/cosmwasm-simulator.

use wasmer::Module;

use crate::backend::Backend;
Expand Down
1 change: 1 addition & 0 deletions packages/vm/src/testing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub use calls::{
ibc_channel_close, ibc_channel_connect, ibc_channel_open, ibc_packet_ack, ibc_packet_receive,
ibc_packet_timeout,
};
pub use contract::Contract;
pub use instance::{
mock_instance, mock_instance_options, mock_instance_with_balances,
mock_instance_with_failing_api, mock_instance_with_gas_limit, mock_instance_with_options,
Expand Down
2 changes: 0 additions & 2 deletions packages/vm/src/testing/result.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(dead_code)] // Disable unused code lint with the code used in https://github.com/line/cosmwasm-simulator.

use crate::VmError;

#[derive(Debug)]
Expand Down

0 comments on commit 9c09778

Please sign in to comment.