Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Jan 1, 2024
1 parent f183b03 commit 124645a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libninja/src/rust/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ fn build_Client_new_with(spec: &HirSpec, opt: &PackageConfig) -> Function<TokenS
let auth_struct = opt.authenticator_name().to_rust_struct();
let body = quote! {
Self {
client
authentication
client,
authentication,
}
};
Function {
Expand Down

0 comments on commit 124645a

Please sign in to comment.