Skip to content

Commit 79ba3ae

Browse files
committed
cargo fmt
1 parent f25fbd6 commit 79ba3ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bin/render-readmes.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ fn main() {
114114
/// Renders the readme of an uploaded crate version.
115115
fn get_readme(config: &Config, version: &EncodableVersion) -> Option<String> {
116116
let mut handle = Easy::new();
117-
let location = match config.uploader.crate_location(
118-
&version.krate,
119-
&version.num,
120-
) {
117+
let location = match config.uploader.crate_location(&version.krate, &version.num) {
121118
Some(l) => l,
122119
None => return None,
123120
};

0 commit comments

Comments
 (0)