Skip to content

Commit 6c39a18

Browse files
committed
cargo fmt
1 parent f594991 commit 6c39a18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cargo-auditable/src/auditable_from_metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ fn proc_macro_packages(metadata: &cargo_metadata::Metadata) -> HashSet<&str> {
263263
}
264264
})
265265
.collect()
266-
}
266+
}

cargo-auditable/tests/it.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ fn test_proc_macro_inner(sbom: bool) {
587587
assert_eq!(syn_info.kind, DependencyKind::Build);
588588
}
589589

590-
591590
#[test]
592591
fn test_dependency_unification() {
593592
test_dependency_unification_inner(false);

0 commit comments

Comments
 (0)