Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gzanitti committed Jan 16, 2024
1 parent 0a46822 commit 8a6ac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etk-dasm/src/blocks/annotated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl AnnotatedBlock {
pub fn annotate(basic: &BasicBlock) -> Self {
let jump_target = basic
.ops
.get(0)
.first()
.map(Operation::is_jump_target)
.unwrap_or_default();

Expand Down

0 comments on commit 8a6ac3a

Please sign in to comment.