Skip to content

Commit 39201de

Browse files
committed
[Rust] Misc formatting
1 parent 24498cb commit 39201de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rust/src/function.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,8 @@ impl Function {
515515
let arch = arch.unwrap_or_else(|| self.arch());
516516
let mut result = 0;
517517
unsafe {
518-
BNGetFunctionBlockSortHint(self.handle, arch.handle, addr, &mut result).then_some(result)
518+
BNGetFunctionBlockSortHint(self.handle, arch.handle, addr, &mut result)
519+
.then_some(result)
519520
}
520521
}
521522

0 commit comments

Comments
 (0)