We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6342eef commit a0c7053Copy full SHA for a0c7053
Sources/AWSLambdaRuntime/Lambda+Codable.swift
@@ -33,7 +33,7 @@ public struct LambdaJSONEventDecoder: LambdaEventDecoder {
33
34
@inlinable
35
public func decode<Event>(_ type: Event.Type, from buffer: NIOCore.ByteBuffer) throws -> Event
36
- where Event : Decodable {
+ where Event: Decodable {
37
try buffer.getJSONDecodable(
38
Event.self,
39
decoder: self.jsonDecoder,
0 commit comments