Skip to content

Commit 132a915

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 766cf2f commit 132a915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/CustomDumpTests/Conformances/SwiftTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ final class SwiftTests: XCTestCase {
2727
to: &dump
2828
)
2929
XCTAssertNoDifference(
30-
dump.replacingOccurrences(of: ":?\\s*0x[\\da-f]+(\\s*)", with: "$1", options: .regularExpression),
30+
dump.replacingOccurrences(
31+
of: ":?\\s*0x[\\da-f]+(\\s*)", with: "$1", options: .regularExpression),
3132
"""
3233
ObjectIdentifier()
3334
"""

0 commit comments

Comments
 (0)