Skip to content

Commit 6c4d566

Browse files
committed
format
1 parent 969c614 commit 6c4d566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/Simple/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ let package = Package(
1919
.package(url: "https://github.com/tomerd/swift-aws-lambda-runtime.git", .branch("remove-events")),
2020
// this is the dependency on the swift-aws-lambda-events library
2121
// .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime-events.git", from: "1.0.0")
22-
.package(name: "swift-aws-lambda-events", path: "../..")
22+
.package(name: "swift-aws-lambda-events", path: "../.."),
2323
],
2424
targets: [
2525
.target(name: "APIGateway", dependencies: [
2626
.product(name: "AWSLambdaRuntime", package: "swift-aws-lambda-runtime"),
2727
.product(name: "AWSLambdaEvents", package: "swift-aws-lambda-events"),
28-
])
28+
]),
2929
]
3030
)

0 commit comments

Comments
 (0)