Skip to content

Commit 36a79bd

Browse files
committed
Rustfmt
1 parent 7c1d266 commit 36a79bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/mirror.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ pub fn cmd(ctx: crate::Context<'_>, _args: Args) -> Result<(), Error> {
8989
ctx.prefix,
9090
krate,
9191
) {
92-
error!(
93-
"failed to upload {} to GCS: {}",
94-
krate, e
95-
);
92+
error!("failed to upload {} to GCS: {}", krate, e);
9693
}
9794
}
9895
}

0 commit comments

Comments
 (0)