Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and github-actions[bot] committed Aug 21, 2024
1 parent 4c7b915 commit b8c5943
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Tests/CustomDumpTests/Conformances/FoundationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ final class FoundationTests: XCTestCase {
),
to: &dump
)
expectNoDifference(
expectNoDifference(
dump,
"""
NSError(
Expand Down Expand Up @@ -287,7 +287,7 @@ final class FoundationTests: XCTestCase {
)
#elseif compiler(>=5.4)
// Can't unwrap bridged Errors on Linux: https://bugs.swift.org/browse/SR-15191
expectNoDifference(
expectNoDifference(
dump.replacingOccurrences(
of: #"\(unknown context at \$[[:xdigit:]]+\)\."#,
with: "",
Expand Down Expand Up @@ -333,7 +333,7 @@ final class FoundationTests: XCTestCase {
NSExpression(format: "1 + 1"),
to: &dump
)
expectNoDifference(
expectNoDifference(
dump,
"""
1 + 1
Expand Down Expand Up @@ -456,7 +456,7 @@ final class FoundationTests: XCTestCase {
NSNumber(),
to: &dump
)
expectNoDifference(
expectNoDifference(
dump,
"""
(null pointer)
Expand Down Expand Up @@ -543,14 +543,14 @@ final class FoundationTests: XCTestCase {
to: &dump
)
#if os(Windows) || os(WASI)
expectNoDifference(
expectNoDifference(
dump,
"""
URL(file:///tmp)
"""
)
#else
expectNoDifference(
expectNoDifference(
dump,
"""
URL(file:///tmp/)
Expand Down

0 comments on commit b8c5943

Please sign in to comment.