Skip to content

Commit

Permalink
remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
Faouzi1406 committed May 5, 2023
1 parent bff277c commit e4061e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/values/instruction_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ impl<'ctx> InstructionValue<'ctx> {
if ins_name.to_str() == Ok(name) {
return Some(*self);
}
return self.get_next_instruction()?.get_instruction_with_name(name);
}
return self.get_next_instruction()?.get_instruction_with_name(name);
}
Expand Down

0 comments on commit e4061e1

Please sign in to comment.