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 6, 2024
1 parent 6e014d5 commit 73f659f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ public void CreateTestUsers()
conn.Connect(_host, _port);
conn.Bind(_user, _pw);

foreach(var i in _cns)
foreach (var i in _cns)
{
var title = i.Contains("Qwe Rty") ? "Coffee maker" : "engineer";
LdapAttributeSet attributeSet = new();
Expand Down

0 comments on commit 73f659f

Please sign in to comment.