Skip to content

Commit 724f87a

Browse files
committed
formatting
1 parent a4c6c01 commit 724f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "SwiftBedrock",
88
platforms: [.macOS(.v15), .iOS(.v18), .tvOS(.v18)],
99
products: [
10-
.executable(name: "PlaygroundAPI", targets: ["PlaygroundAPI"]),
10+
.executable(name: "PlaygroundAPI", targets: ["PlaygroundAPI"])
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),

0 commit comments

Comments
 (0)