Skip to content

Commit a0c7053

Browse files
committed
Swift Format
1 parent 6342eef commit a0c7053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/Lambda+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public struct LambdaJSONEventDecoder: LambdaEventDecoder {
3333

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

0 commit comments

Comments
 (0)