Skip to content

Commit e266399

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 0dd3e71 commit e266399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CustomDump/Conformances/KeyPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extension AnyKeyPath: CustomDumpStringConvertible {
1010
#if os(iOS) || os(macOS) || os(tvOS) || os(watchOS)
1111
keyPathToNameLock.lock()
1212
defer { keyPathToNameLock.unlock() }
13-
13+
1414
guard let name = keyPathToName[self] else {
1515
func reflectName() -> String {
1616
var namedKeyPaths = Reflection.allNamedKeyPaths(forUnderlyingTypeOf: Self.rootType)

0 commit comments

Comments
 (0)