diff --git a/pkg/cmd/root/root.go b/pkg/cmd/root/root.go index 18ac2a7..a3709ef 100644 --- a/pkg/cmd/root/root.go +++ b/pkg/cmd/root/root.go @@ -9,7 +9,7 @@ import ( sparkCmd "snd-cli/pkg/cmd/spark" ) -// AuthServiceFactory is a function type that creates an Service instance. +// AuthServiceFactory is a function type that creates a Service instance. type AuthServiceFactory func(env, provider string) (*apiAuth.Service, error) type CacheToken func(token string) (string, error)