Skip to content

Commit bcb57cd

Browse files
davdromangithub-actions[bot]
authored andcommitted
Run SwiftFormat
1 parent 92733d0 commit bcb57cd

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
@@ -65,7 +65,7 @@ package.dependencies = [
6565
.package(url: "https://github.com/davdroman/swift-once-macro", from: "1.0.0"),
6666
.package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0"), // dev
6767
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.0.0"),
68-
.package(url: "https://github.com/siteline/swiftui-introspect", "1.3.0"..<"27.0.0"),
68+
.package(url: "https://github.com/siteline/swiftui-introspect", "1.3.0" ..< "27.0.0"),
6969
]
7070

7171
for target in package.targets {

0 commit comments

Comments
 (0)