From 1fd3f067ebc3900d200aa7e977fdb614cc5533bc Mon Sep 17 00:00:00 2001 From: mbrandonw Date: Fri, 24 Feb 2023 17:15:23 +0000 Subject: [PATCH] Run swift-format --- Sources/NonEmpty/NonEmpty.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/NonEmpty/NonEmpty.swift b/Sources/NonEmpty/NonEmpty.swift index 4391c45..0effa4f 100644 --- a/Sources/NonEmpty/NonEmpty.swift +++ b/Sources/NonEmpty/NonEmpty.swift @@ -85,7 +85,7 @@ extension NonEmpty: Comparable where Collection: Comparable { } #if canImport(_Concurrency) && compiler(>=5.5) -extension NonEmpty: Sendable where Collection: Sendable {} + extension NonEmpty: Sendable where Collection: Sendable {} #endif extension NonEmpty: Encodable where Collection: Encodable {