Skip to content

Commit 08aa89f

Browse files
committed
Use let instead of var
1 parent 4114378 commit 08aa89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/SwiftyTimer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import Foundation
2626

2727
private class NSTimerActor {
28-
var block: () -> Void
28+
let block: () -> Void
2929

3030
init(_ block: () -> Void) {
3131
self.block = block

0 commit comments

Comments
 (0)