Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Jun 13, 2024
1 parent c41f4e9 commit a48260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmrs/src/abci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod msg_data;

pub use self::{
gas_info::GasInfo,
msg_data::{MsgData, TxMsgData, MsgResponse},
msg_data::{MsgData, MsgResponse, TxMsgData},
};

/// Transaction data.
Expand Down

0 comments on commit a48260b

Please sign in to comment.