From 347b20fc91505584bc9efbeca89590a411b95e79 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Tue, 6 May 2025 12:40:47 +0200 Subject: All: Run modernize --test --fix --- client/fsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/fsm.go') diff --git a/client/fsm.go b/client/fsm.go index 728d572..d22f947 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -90,7 +90,7 @@ func GetStateName(s FSMStateID) string { } func newFSM( - callback func(FSMStateID, FSMStateID, interface{}) bool, + callback func(FSMStateID, FSMStateID, any) bool, ) fsm.FSM { states := FSMStates{ StateDeregistered: FSMState{ -- cgit v1.2.3