Skip to content

Commit ac1b2fb

Browse files
committed
swift-format
1 parent 7ea52d2 commit ac1b2fb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Package.swift

+7-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let package = Package(
2424
"ServiceLifecycleSupport",
2525
"LocalServerSupport",
2626
]
27-
)
27+
),
2828
],
2929
dependencies: [
3030
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
@@ -41,7 +41,11 @@ let package = Package(
4141
.product(name: "Logging", package: "swift-log"),
4242
.product(name: "NIOHTTP1", package: "swift-nio"),
4343
.product(name: "NIOPosix", package: "swift-nio"),
44-
.product(name: "ServiceLifecycle", package: "swift-service-lifecycle", condition: .when(traits: ["ServiceLifecycleSupport"]))
44+
.product(
45+
name: "ServiceLifecycle",
46+
package: "swift-service-lifecycle",
47+
condition: .when(traits: ["ServiceLifecycleSupport"])
48+
),
4549
]
4650
),
4751
.plugin(
@@ -71,8 +75,7 @@ let package = Package(
7175
.testTarget(
7276
name: "AWSLambdaRuntimeTests",
7377
dependencies: [
74-
// .byName(name: "AWSLambdaRuntimeCore"),
75-
.byName(name: "AWSLambdaRuntime"),
78+
.byName(name: "AWSLambdaRuntime")
7679
]
7780
),
7881
// testing helper

[email protected]

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ let package = Package(
6464
.testTarget(
6565
name: "AWSLambdaRuntimeTests",
6666
dependencies: [
67-
// .byName(name: "AWSLambdaRuntimeCore"),
6867
.byName(name: "AWSLambdaRuntime"),
6968
]
7069
),

0 commit comments

Comments
 (0)