Skip to content

Commit 25236b6

Browse files
ldomaradzkiclaude
andcommitted
Fix Package.swift syntax error - remove trailing comma
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 24a3ab9 commit 25236b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
name: "xcsift",
2222
dependencies: [
2323
.product(name: "ArgumentParser", package: "swift-argument-parser")
24-
],
24+
]
2525
),
2626
.testTarget(
2727
name: "xcsiftTests",

0 commit comments

Comments
 (0)