Skip to content

Commit 2c5167b

Browse files
committed
fix format
1 parent d973ab9 commit 2c5167b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntimeCore/LambdaRuntime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
import Foundation
1616
import Logging
17-
import Synchronization
1817
import NIOCore
18+
import Synchronization
1919

2020
public final class LambdaRuntime<Handler>: Sendable where Handler: StreamingLambdaHandler {
2121
let handlerMutex: Mutex<Handler?>

0 commit comments

Comments
 (0)