Skip to content

Commit ce95c49

Browse files
committed
Run cargo format
1 parent 4ada68d commit ce95c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/match-pr-to-assignment.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ use trainee_tracker::{
1212

1313
#[tokio::main]
1414
async fn main() {
15-
let Ok([_argv0, github_token, pr_link]) = <[_; 3]>::try_from(std::env::args().collect::<Vec<_>>())
15+
let Ok([_argv0, github_token, pr_link]) =
16+
<[_; 3]>::try_from(std::env::args().collect::<Vec<_>>())
1617
else {
1718
eprintln!("Expected two args - github token and PR link");
1819
exit(1);

0 commit comments

Comments
 (0)