Skip to content

Commit 6ba8327

Browse files
committed
whitespace
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
1 parent 3ee02d7 commit 6ba8327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift/Time.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public struct DispatchTime : Comparable {
2626

2727
public static let distantFuture = DispatchTime(rawValue: ~0)
2828

29-
fileprivate init(rawValue: dispatch_time_t) {
29+
fileprivate init(rawValue: dispatch_time_t) {
3030
self.rawValue = rawValue
3131
}
3232

0 commit comments

Comments
 (0)