Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarg66 committed Apr 26, 2023
1 parent 42ac95a commit 0045969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program-runtime/src/loaded_programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,10 +525,10 @@ impl LoadedPrograms {

#[cfg(test)]
mod tests {
use crate::loaded_programs::LoadedProgramMatchCriteria;
use {
crate::loaded_programs::{
BlockRelation, ForkGraph, LoadedProgram, LoadedProgramType, LoadedPrograms, WorkingSlot,
BlockRelation, ForkGraph, LoadedProgram, LoadedProgramMatchCriteria, LoadedProgramType,
LoadedPrograms, WorkingSlot,
},
percentage::Percentage,
solana_rbpf::vm::BuiltInProgram,
Expand Down

0 comments on commit 0045969

Please sign in to comment.