Skip to content

Commit e2ec21c

Browse files
authored
Format
1 parent 193028c commit e2ec21c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ If you are using Package.swift add:
6868
and then add the product to any target that needs access to the macro:
6969

7070
```swift
71-
.product(name: "FatalTestValue", package: "swift-fatal-test-value"),
71+
.product(
72+
name: "FatalTestValue",
73+
package: "swift-fatal-test-value"
74+
)
7275
```
7376

0 commit comments

Comments
 (0)