Skip to content

Commit 137ff13

Browse files
committed
format again and docs
1 parent c4255e9 commit 137ff13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.spi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets: [AWSLambdaRuntimeCore, AWSLambdaRuntime]
4+
- documentation_targets: [AWSLambdaRuntime]

[email protected]

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
.product(name: "Logging", package: "swift-log"),
3030
.product(name: "NIOHTTP1", package: "swift-nio"),
3131
.product(name: "NIOPosix", package: "swift-nio"),
32-
.product(name: "ServiceLifecycle", package: "swift-service-lifecycle")
32+
.product(name: "ServiceLifecycle", package: "swift-service-lifecycle"),
3333
],
3434
swiftSettings: [
3535
.define("FoundationJSONSupport"),
@@ -64,7 +64,7 @@ let package = Package(
6464
.testTarget(
6565
name: "AWSLambdaRuntimeTests",
6666
dependencies: [
67-
.byName(name: "AWSLambdaRuntime"),
67+
.byName(name: "AWSLambdaRuntime")
6868
]
6969
),
7070
// testing helper

0 commit comments

Comments
 (0)