Skip to content

Commit 2392959

Browse files
committed
swift format
1 parent 7a7e90f commit 2392959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/AWSLambdaRuntime/FoundationSupport/Lambda+JSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import class Foundation.JSONDecoder
2323
import class Foundation.JSONEncoder
2424
#endif
2525

26-
import Logging
26+
import Logging
2727

2828
public struct LambdaJSONEventDecoder: LambdaEventDecoder {
2929
@usableFromInline let jsonDecoder: JSONDecoder

Sources/AWSLambdaRuntime/LambdaHandlers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
import NIOCore
1615
import Logging
16+
import NIOCore
1717

1818
/// The base handler protocol that receives a `ByteBuffer` representing the incoming event and returns the response as a `ByteBuffer` too.
1919
/// This handler protocol supports response streaming. Bytes can be streamed outwards through the ``LambdaResponseStreamWriter``

0 commit comments

Comments
 (0)