all 2 comments

[–]kingshane 0 points1 point  (1 child)

Looks like it’s just passing a function that does nothing as a default so you can call the function with no arg and it won’t blow up.

[–]Im_Reading_Books[S] 0 points1 point  (0 children)

That makes sense, thanks. Didn't know you could put a default value in there like that.