Skip to content

Commit 651c586

Browse files
committed
formatting
1 parent 60b432b commit 651c586

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/base-db/src/input.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ impl ops::Deref for CrateName {
136136
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
137137
pub enum CrateOrigin {
138138
/// Crates that are from crates.io official registry,
139-
CratesIo {
140-
repo: Option<String>,
141-
name: Option<String>,
142-
},
139+
CratesIo { repo: Option<String>, name: Option<String> },
143140
/// Crates that are provided by the language, like std, core, proc-macro, ...
144141
Lang(LangCrateOrigin),
145142
}

0 commit comments

Comments
 (0)