Skip to content

Commit

Permalink
style: Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Dec 5, 2024
1 parent ca15f27 commit f47da45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/src/precompiles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ impl Precompile {
where
F: Fn(&Pubkey) -> bool,
{
self.feature.is_none_or(|ref feature_id| is_enabled(feature_id))
self.feature
.is_none_or(|ref feature_id| is_enabled(feature_id))
&& self.program_id == *program_id
}
/// Verify this precompiled program
Expand Down

0 comments on commit f47da45

Please sign in to comment.