Skip to content

Commit 2bb5551

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 79cb03e commit 2bb5551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/CustomDump/Internal/AnyType.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ func typeName(
1010
options: .regularExpression
1111
)
1212
for _ in 1...10 { // NB: Only handle so much nesting
13-
let abbreviated = name
13+
let abbreviated =
14+
name
1415
.replacingOccurrences(
1516
of: #"\bSwift.Optional<([^><]+)>"#,
1617
with: "$1?",

0 commit comments

Comments
 (0)