Skip to content

Commit 281b07a

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 5171335 commit 281b07a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/Internal/LocalizedStringKey.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ extension LocalizedStringKey: CustomDebugOutputConvertible {
1212
let formatter: Formatter?
1313
// `LocalizedStringKey.FormatArgument` differs depending on OS/platform.
1414
if children[0].label == "storage" {
15-
(value, formatter) = Array(Mirror(reflecting: children[0].value).children)[0].value as! (Any, Formatter?)
15+
(value, formatter) =
16+
Array(Mirror(reflecting: children[0].value).children)[0].value as! (Any, Formatter?)
1617
} else {
1718
value = children[0].value
1819
formatter = children[1].value as? Formatter

0 commit comments

Comments
 (0)