Skip to content

Commit e87e46e

Browse files
committed
Run format
1 parent 5480abb commit e87e46e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ async fn main() {
4242
"Loading complete; {} commits and {} artifacts",
4343
commits, artifacts,
4444
);
45-
eprintln!("View the results in a web browser at 'http://localhost:{}/compare.html'", port);
45+
eprintln!(
46+
"View the results in a web browser at 'http://localhost:{port}/compare.html'"
47+
);
4648
// Spawn off a task to post the results of any commit results that we
4749
// are now aware of.
4850
site::github::post_finished(&res).await;

0 commit comments

Comments
 (0)