Skip to content

Commit a2a7c06

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 9cfdb5c commit a2a7c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let package = Package(
4141
.target(
4242
name: "StructuredQueriesCore",
4343
dependencies: [
44-
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
44+
.product(name: "IssueReporting", package: "xctest-dynamic-overlay")
4545
],
4646
exclude: ["Symbolic Links/README.md"]
4747
),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Symbolic Links
22

33
This directory contains symbolic links to shared source code used
4-
by the StructuredQueriesCore target. This is a workaround until
4+
by the StructuredQueriesCore target. This is a workaround until
55
SwiftPM has native support for sharing code between macros and targets.

0 commit comments

Comments
 (0)