Skip to content

Commit

Permalink
[rooch-networkgh-2471] fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Feliciss committed Aug 21, 2024
1 parent 1e1a9d1 commit f775212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rooch/src/commands/transaction/commands/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use move_command_line_common::types::ParsedStructType;
use move_core_types::language_storage::TypeTag;
use moveos_types::transaction::MoveAction;
use rooch_types::{
error::{RoochError, RoochResult},
error::RoochResult,
function_arg::{parse_function_arg, FunctionArg, ParsedFunctionId},
};

Expand Down

0 comments on commit f775212

Please sign in to comment.