Skip to content

Commit

Permalink
cargo fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran committed May 8, 2024
1 parent d77e968 commit 75f77e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rust/src/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ use binaryninjacore_sys::*;
use crate::rc::*;
use crate::string::*;
use crate::tags::{Tag, TagType};
use crate::types::QualifiedName;
use crate::types::QualifiedNameAndType;
use crate::types::Variable;
use crate::types::{QualifiedName, QualifiedNameAndType, Variable};
use crate::{
architecture::CoreArchitecture,
basicblock::{BasicBlock, BlockContext},
Expand Down

0 comments on commit 75f77e8

Please sign in to comment.