Skip to content

Commit

Permalink
chore: Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kulikthebird committed Sep 10, 2024
1 parent 9ac6526 commit 3e51f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libwasmvm/src/calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use cosmwasm_vm::{
call_execute_raw, call_ibc_channel_close_raw, call_ibc_channel_connect_raw,
call_ibc_channel_open_raw, call_ibc_destination_callback_raw, call_ibc_packet_ack_raw,
call_ibc_packet_receive_raw, call_ibc_packet_timeout_raw, call_ibc_source_callback_raw,
call_instantiate_raw, call_migrate_raw, call_migrate_with_info_raw, call_query_raw, call_reply_raw, call_sudo_raw, Backend,
Cache, Instance, InstanceOptions, VmResult,
call_instantiate_raw, call_migrate_raw, call_migrate_with_info_raw, call_query_raw,
call_reply_raw, call_sudo_raw, Backend, Cache, Instance, InstanceOptions, VmResult,
};

use crate::api::GoApi;
Expand Down

0 comments on commit 3e51f04

Please sign in to comment.