Skip to content

Commit 066ab76

Browse files
committed
revert unwanted change
1 parent aa6395f commit 066ab76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/AWSLambdaRuntime/LambdaHandlers.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ extension LambdaRuntime {
213213
decoder: decoder,
214214
handler: streamingAdapter
215215
)
216+
216217
self.init(handler: codableWrapper)
217218
}
218219

@@ -237,6 +238,7 @@ extension LambdaRuntime {
237238
decoder: decoder,
238239
handler: LambdaHandlerAdapter(handler: ClosureHandler(body: body))
239240
)
241+
240242
self.init(handler: handler)
241243
}
242244
}

0 commit comments

Comments
 (0)