Skip to content

Commit b3bbd37

Browse files
committed
PR feedback: remove whitespace
1 parent 577493b commit b3bbd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/request_handlers/github.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async fn record_try_benchmark_request_without_artifacts(
108108
Ok(BenchmarkRequestInsertResult::Inserted) => get_awaiting_on_bors_message(),
109109
Err(e) => {
110110
log::error!("Failed to insert release benchmark request: {e}");
111-
"Something went wrong! This is most likely an internal failure, please let us know on [Zulip]( https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra)".to_string()
111+
"Something went wrong! This is most likely an internal failure, please let us know on [Zulip](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra)".to_string()
112112
}
113113
}
114114
}

0 commit comments

Comments
 (0)