From 6342eeff4a2b70b5855bc37f60573fb02708140e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Stormacq?= Date: Tue, 8 Oct 2024 20:07:21 +0200 Subject: [PATCH] swift format --- Sources/AWSLambdaRuntime/Lambda+Codable.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/AWSLambdaRuntime/Lambda+Codable.swift b/Sources/AWSLambdaRuntime/Lambda+Codable.swift index 9193deff..9c66a74c 100644 --- a/Sources/AWSLambdaRuntime/Lambda+Codable.swift +++ b/Sources/AWSLambdaRuntime/Lambda+Codable.swift @@ -32,7 +32,8 @@ public struct LambdaJSONEventDecoder: LambdaEventDecoder { } @inlinable - public func decode(_ type: Event.Type, from buffer: NIOCore.ByteBuffer) throws -> Event where Event : Decodable { + public func decode(_ type: Event.Type, from buffer: NIOCore.ByteBuffer) throws -> Event + where Event : Decodable { try buffer.getJSONDecodable( Event.self, decoder: self.jsonDecoder,