Skip to content

Commit 6342eef

Browse files
committed
swift format
1 parent 0ec224f commit 6342eef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+Codable.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public struct LambdaJSONEventDecoder: LambdaEventDecoder {
3232
}
3333

3434
@inlinable
35-
public func decode<Event>(_ type: Event.Type, from buffer: NIOCore.ByteBuffer) throws -> Event where Event : Decodable {
35+
public func decode<Event>(_ type: Event.Type, from buffer: NIOCore.ByteBuffer) throws -> Event
36+
where Event : Decodable {
3637
try buffer.getJSONDecodable(
3738
Event.self,
3839
decoder: self.jsonDecoder,

0 commit comments

Comments
 (0)