Skip to content

Commit 4ac9ab9

Browse files
author
Sebastien Stormacq
committed
fix swift format
1 parent 131d174 commit 4ac9ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AWSLambdaRuntime/LambdaContext.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public struct ClientContext: Codable, Sendable {
8787
@available(LambdaSwift 2.0, *)
8888
public struct LambdaContext: CustomDebugStringConvertible, Sendable {
8989

90-
// use a final class a storage to have value type semantic with
91-
// low overhead of class for copy on write operations
90+
// use a final class a storage to have value type semantic with
91+
// low overhead of class for copy on write operations
9292
// https://www.youtube.com/watch?v=iLDldae64xE
9393
final class _Storage: Sendable {
9494
let requestID: String

0 commit comments

Comments
 (0)