Skip to content

Commit 0ec224f

Browse files
committed
swift format
1 parent 9ff9960 commit 0ec224f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/AWSLambdaRuntime/Vendored/JSON+ByteBuffer.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626
//
2727
//===----------------------------------------------------------------------===//
2828

29+
import NIOCore
30+
2931
#if canImport(FoundationEssentials)
3032
import FoundationEssentials
3133
#else
3234
import Foundation
3335
#endif
34-
import NIOCore
3536

3637
extension ByteBuffer {
3738
/// Attempts to decode the `length` bytes from `index` using the `JSONDecoder` `decoder` as `T`.

0 commit comments

Comments
 (0)