summaryrefslogtreecommitdiff
path: root/client/fsm.go
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 12:40:47 +0200
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-05-06 12:40:47 +0200
commit347b20fc91505584bc9efbeca89590a411b95e79 (patch)
tree9dfc600e957c4a881115f8bc8a9cc107a4f0cc9c /client/fsm.go
parent9c4985368aee638d982f30ea7bc5c7ee71ae3ab3 (diff)
All: Run modernize --test --fix
Diffstat (limited to 'client/fsm.go')
-rw-r--r--client/fsm.go2
1 files changed, 1 insertions, 1 deletions
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{