Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Riku Virtanen committed Nov 7, 2024
1 parent 9de5a89 commit 229ca02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static Result SearchObjects([PropertyTab] Input input, [PropertyTab] Conn
atr.Add(i.Key.ToString());

// Default to v3 as it's the most commonly used version
var ldapVersion = 3;
var ldapVersion = 3;
switch (connection.LDAPProtocolVersion)
{
case LDAPVersion.V2:
Expand Down

0 comments on commit 229ca02

Please sign in to comment.