Skip to content

Commit 8bf647d

Browse files
committed
swift-format
1 parent 137ff13 commit 8bf647d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Examples/HelloJSON/Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ let package = Package(
1414
dependencies: [
1515
// during CI, the dependency on local version of swift-aws-lambda-runtime is added dynamically below
1616
.package(
17-
url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
17+
url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
1818
branch: "ff-package-traits",
1919
traits: [
20-
.trait(name: "FoundationJSONSupport"),
20+
.trait(name: "FoundationJSONSupport")
2121
]
2222
)
2323
],

0 commit comments

Comments
 (0)