Skip to content

Commit 1262cce

Browse files
committed
fix(upload): remove newline after log
1 parent a7290be commit 1262cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run/uploader/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ pub async fn upload(
257257
provider.get_upload_metadata(config, system_info, &profile_archive, executor_name)?;
258258
debug!("Upload metadata: {upload_metadata:#?}");
259259
info!(
260-
"Linked repository: {}\n",
260+
"Linked repository: {}",
261261
style(format!(
262262
"{}/{}",
263263
upload_metadata.run_environment_metadata.owner,

0 commit comments

Comments
 (0)