Skip to content

Commit 6cd3fb4

Browse files
Fix FMT
Signed-off-by: Smyslov Alexander Nikolayevich <[email protected]>
1 parent f8893ee commit 6cd3fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core-dump-agent/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ async fn process_file(zip_path: &Path, bucket: &Bucket) {
346346
}
347347
};
348348
info!(
349-
"S3 Returned: status_code: {} uploaded_bytes: {}",
350-
code.status_code(),
349+
"S3 Returned: status_code: {} uploaded_bytes: {}",
350+
code.status_code(),
351351
code.uploaded_bytes()
352352
);
353353
}

0 commit comments

Comments
 (0)