Skip to content

Commit 1c8913d

Browse files
committed
swift format
1 parent 41c50e9 commit 1c8913d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/web-playground/backend/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
1414
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
15-
15+
1616
// Uncomment the following line to use the Bedrock library from a specific branch or commit
1717
// .package(url: "https://github.com/build-on-aws/swift-bedrock-library.git", branch: "main"),
18-
18+
1919
// for CI or testing purposes, you can use a local path
2020
.package(name: "swift-bedrock-library", path: "../../.."),
2121
],

0 commit comments

Comments
 (0)