Skip to content

Commit 740c49c

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent ab2b9bc commit 740c49c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/StructuredQueriesTests/EnumTableTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@
361361
}
362362
assertQuery(
363363
Values(
364-
Attachment.Kind.Selection.image(Attachment.Image(caption: "Blob", url: URL(string: "https://pointfree.co")!))
364+
Attachment.Kind.Selection.image(
365+
Attachment.Image(caption: "Blob", url: URL(string: "https://pointfree.co")!))
365366
)
366367
) {
367368
"""

0 commit comments

Comments
 (0)