Skip to content

Commit d767028

Browse files
committed
oops rustfmt again
1 parent a186d43 commit d767028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uploaders.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ fn verify_tarball(
228228
krate: &Crate,
229229
vers: &semver::Version,
230230
tarball: &[u8],
231-
max_unpack: u64
231+
max_unpack: u64,
232232
) -> CargoResult<()> {
233233
// All our data is currently encoded with gzip
234234
let decoder = GzDecoder::new(tarball)?;

0 commit comments

Comments
 (0)