Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
munan-geo committed Aug 13, 2024
1 parent cb06bec commit 38b2a5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AeroSharp/Connection/ClientProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ClientWrapper GetClient()
}
}
}

return _client;
}

Expand Down
4 changes: 2 additions & 2 deletions src/AeroSharp/Connection/ClientWrapper.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Aerospike.Client;
using Aerospike.Client;
using System;

namespace AeroSharp.Connection
{
Expand Down
2 changes: 1 addition & 1 deletion src/AeroSharp/Connection/ConnectionConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public ConnectionConfiguration()
/// </summary>
public int MaxConnsPerNode { get; set; }
}
}
}

0 comments on commit 38b2a5c

Please sign in to comment.