Skip to content

Commit 425138c

Browse files
committed
[Foundation overlay] Remove an unsightly semicolon
1 parent 42ac1cb commit 425138c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/Foundation/NSError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public extension _BridgedStoredNSError {
451451
guard let stringKey = key as? String else { continue }
452452
result[stringKey] = value
453453
}
454-
return result;
454+
return result
455455
}
456456
}
457457

0 commit comments

Comments
 (0)