Skip to content

Commit 7b28a79

Browse files
committed
swift-format
1 parent 36bdd33 commit 7b28a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ let package = Package(
5656
description:
5757
"Archive the Lambda binary and prepare it for uploading to AWS. Requires docker on macOS or non Amazonlinux 2 distributions."
5858
),
59-
permissions: [
59+
permissions: [
6060
.allowNetworkConnections(
6161
scope: .docker,
6262
reason: "This plugin uses Docker to create the AWS Lambda ZIP package."
6363
)
64-
]
64+
]
6565
)
6666
),
6767
.testTarget(

0 commit comments

Comments
 (0)