Skip to content

Commit 696b86a

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 589e48c commit 696b86a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/SnapshotTesting/Internal/Deprecations.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import XCTest
66
@available(
77
*,
88
deprecated,
9-
message: """
9+
message:
10+
"""
1011
Use 'assertInlineSnapshot(of:)' from the 'InlineSnapshotTesting' module, instead.
1112
"""
1213
)
@@ -38,7 +39,8 @@ public func _assertInlineSnapshot<Value>(
3839
@available(
3940
*,
4041
deprecated,
41-
message: """
42+
message:
43+
"""
4244
Use 'assertInlineSnapshot(of:)' from the 'InlineSnapshotTesting' module, instead.
4345
"""
4446
)

0 commit comments

Comments
 (0)