From 8020179da0c58500d22edc02fa65e34edc4fb098 Mon Sep 17 00:00:00 2001 From: Gus Cairo Date: Fri, 15 Nov 2024 11:10:10 +0000 Subject: [PATCH] Formatting --- .../Test Utilities/SelfSignedCertificateKeyPairs.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/GRPCNIOTransportHTTP2Tests/Test Utilities/SelfSignedCertificateKeyPairs.swift b/Tests/GRPCNIOTransportHTTP2Tests/Test Utilities/SelfSignedCertificateKeyPairs.swift index 6c5cb4c..641a9ae 100644 --- a/Tests/GRPCNIOTransportHTTP2Tests/Test Utilities/SelfSignedCertificateKeyPairs.swift +++ b/Tests/GRPCNIOTransportHTTP2Tests/Test Utilities/SelfSignedCertificateKeyPairs.swift @@ -14,10 +14,10 @@ * limitations under the License. */ -import SwiftASN1 -import X509 import Crypto import Foundation +import SwiftASN1 +import X509 struct SelfSignedCertificateKeyPairs { struct CertificateKeyPair {