Skip to content

Commit a50b271

Browse files
committed
format
Signed-off-by: desmax74 <mdessi@redhat.com>
1 parent f90f4f1 commit a50b271

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ingestor/src/service/sbom/cyclonedx.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ mod test {
204204
async fn ingest_cryptographic_cyclonedx(ctx: &TrustifyContext) -> Result<(), anyhow::Error> {
205205
let db = &ctx.db;
206206
let graph = Graph::new(db.clone());
207-
let data =
208-
document_bytes("cyclonedx/cryptographic/cbom.json").await?;
207+
let data = document_bytes("cyclonedx/cryptographic/cbom.json").await?;
209208

210209
let ingestor = IngestorService::new(graph, ctx.storage.clone(), Default::default());
211210

0 commit comments

Comments
 (0)