We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4114378 commit 08aa89fCopy full SHA for 08aa89f
Src/SwiftyTimer.swift
@@ -25,7 +25,7 @@
25
import Foundation
26
27
private class NSTimerActor {
28
- var block: () -> Void
+ let block: () -> Void
29
30
init(_ block: () -> Void) {
31
self.block = block
0 commit comments