Skip to content

Commit a896700

Browse files
committed
swift-format
1 parent f1ab9f5 commit a896700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ let package = Package(
165165
.product(name: "AWSLambdaRuntime", package: "swift-aws-lambda-runtime")
166166
],
167167
path: "Tutorial/Sources"
168-
)
168+
),
169169
]
170170
)
171171

Examples/Testing/Tests/HandlerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import AWSLambdaEvents
1616
import Logging
1717
import Testing
1818

19-
@testable import TestedLambda // to access the business code
2019
@testable import AWSLambdaRuntime // to access the LambdaContext
20+
@testable import TestedLambda // to access the business code
2121

2222
#if canImport(FoundationEssentials)
2323
import FoundationEssentials

0 commit comments

Comments
 (0)