Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 9, 2025
1 parent 4e2e136 commit 0653da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-webserver/src/service/auth/testutils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct FakeLdapClient<'a> {
}

#[async_trait]
impl<'a> LdapClient for FakeLdapClient<'a> {
impl LdapClient for FakeLdapClient<'_> {
async fn validate(&mut self, user_id: &str, _password: &str) -> Result<LdapUser> {
match self.state {
"not_found" => Err(ldap3::LdapError::LdapResult {
Expand Down

0 comments on commit 0653da6

Please sign in to comment.