Skip to content

Commit e32c6bb

Browse files
committed
Fix dependencies indentation.
1 parent cfc1128 commit e32c6bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ let package = Package(
2323
url: "https://github.com/swiftlang/swift-syntax.git",
2424
from: "601.0.1"
2525
),
26-
.package(url: "https://github.com/buildexperience/MacrosKit.git", from: "1.0.1")
26+
.package(
27+
url: "https://github.com/buildexperience/MacrosKit.git",
28+
from: "1.0.1"
29+
)
2730
],
2831
targets: [
2932
.target(

0 commit comments

Comments
 (0)