Skip to content

Commit 266b558

Browse files
committed
swift-format
1 parent 58c3d95 commit 266b558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaEvents/Utils/HTTP.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extension String.UTF8View {
7474
}
7575
}
7676

77-
extension HTTPResponse.Status: @retroactive Codable {
77+
extension HTTPResponse.Status: @retroactive Codable {
7878
public func encode(to encoder: any Encoder) throws {
7979
var container = encoder.singleValueContainer()
8080
try container.encode(self.code)

0 commit comments

Comments
 (0)