Skip to content

Commit

Permalink
reduce the length of main function
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed May 2, 2024
1 parent be2c35a commit 38c8018
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@ func main() {
),
grpc.WithTransportCredentials(
grpcfd.TransportCredentials(
credentials.NewTLS(
tlsClientConfig,
),
credentials.NewTLS(tlsClientConfig),
),
),
)
Expand Down

0 comments on commit 38c8018

Please sign in to comment.