Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Crossley <[email protected]>
  • Loading branch information
jcrossley3 committed Nov 15, 2024
1 parent 4fdf528 commit b1527a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/analysis/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,7 @@ mod test {

let service = AnalysisService::new(ctx.db.clone());

let component_purl: Purl =
Purl::from_str("pkg:rpm/redhat/[email protected]").map_err(Error::Purl)?;
let component_purl: Purl = Purl::from_str("pkg:rpm/redhat/[email protected]").map_err(Error::Purl)?;

let analysis_graph = service
.retrieve_root_components_by_purl(component_purl, Paginated::default(), ())
Expand Down

0 comments on commit b1527a3

Please sign in to comment.