Skip to content

Commit 7a67e88

Browse files
committed
cargo fmt
1 parent 91e6bf8 commit 7a67e88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/cargo/core/resolver/types.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,11 @@ impl ResolveOpts {
171171
pub struct ActivationsKey(InternedString, SemverCompatibility, SourceId);
172172

173173
impl ActivationsKey {
174-
pub fn new(name: InternedString, ver: SemverCompatibility, source_id: SourceId) -> ActivationsKey {
174+
pub fn new(
175+
name: InternedString,
176+
ver: SemverCompatibility,
177+
source_id: SourceId,
178+
) -> ActivationsKey {
175179
ActivationsKey(name, ver, source_id)
176180
}
177181
}

0 commit comments

Comments
 (0)