Skip to content

Commit c2250c9

Browse files
committed
Use implicit member expressions
1 parent 6ac744f commit c2250c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftyTimerTests/SwiftyTimerTests/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
7474
self.test7()
7575
}
7676

77-
timer.start(runLoop: RunLoop.current, modes: RunLoopMode.defaultRunLoopMode, RunLoopMode(NSEventTrackingRunLoopMode))
77+
timer.start(runLoop: .current, modes: .defaultRunLoopMode, RunLoopMode(NSEventTrackingRunLoopMode))
7878
}
7979

8080
func test7() {

0 commit comments

Comments
 (0)