Skip to content

Commit 34eee10

Browse files
fix linter
1 parent 4e3c924 commit 34eee10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Ydb.Sdk/src/Services/Auth/StaticCredentialsAuthClient.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ internal class StaticCredentialsAuthClient : IAuthClient
1919

2020
private readonly RetrySettings _retrySettings = new(5);
2121

22-
internal StaticCredentialsAuthClient(DriverConfig config, GrpcChannelFactory grpcChannelFactory, ILoggerFactory loggerFactory)
22+
internal StaticCredentialsAuthClient(
23+
DriverConfig config,
24+
GrpcChannelFactory grpcChannelFactory,
25+
ILoggerFactory loggerFactory
26+
)
2327
{
2428
_config = config;
2529
_grpcChannelFactory = grpcChannelFactory;

0 commit comments

Comments
 (0)