Skip to content

Commit 2ed51a5

Browse files
Apply Rust nightly formatting
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 447feac4-35df-4c0b-ab34-00789ad78da7
1 parent 83584ca commit 2ed51a5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

rust/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,10 +1245,8 @@ impl Client {
12451245
environment.push(("COPILOT_DISABLE_KEYTAR".to_string(), "1".to_string()));
12461246
}
12471247
if let Some(github_token) = &options.github_token {
1248-
environment.push((
1249-
"COPILOT_SDK_AUTH_TOKEN".to_string(),
1250-
github_token.clone(),
1251-
));
1248+
environment
1249+
.push(("COPILOT_SDK_AUTH_TOKEN".to_string(), github_token.clone()));
12521250
}
12531251
let mut args = Vec::new();
12541252
args.extend(

0 commit comments

Comments
 (0)