From 7dd879ba7ecee85ecee4eb2e5eebcbdb553dc5a7 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Tue, 17 Dec 2024 20:44:22 +0000 Subject: [PATCH] Appease the formatter --- Sources/NIOSSL/UnsafeKeyAndChainTarget.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/NIOSSL/UnsafeKeyAndChainTarget.swift b/Sources/NIOSSL/UnsafeKeyAndChainTarget.swift index 8f212e5f..d1d35b80 100644 --- a/Sources/NIOSSL/UnsafeKeyAndChainTarget.swift +++ b/Sources/NIOSSL/UnsafeKeyAndChainTarget.swift @@ -137,4 +137,4 @@ enum UnsafeKeyAndChainTarget { throw NIOSSLError.failedToLoadPrivateKey } } -} \ No newline at end of file +}