style: make fmt [ci skip]

This commit is contained in:
Trong Huu Nguyen
2025-01-17 14:22:48 +01:00
parent 3e42d001f0
commit 3a4f656f33
+4 -4
View File
@@ -42,10 +42,10 @@ type Standalone struct {
}
func NewStandalone(
cfg *config.Config,
jwksProvider openidclient.JwksProvider,
openidConfig openidconfig.Config,
crypter crypto.Crypter,
cfg *config.Config,
jwksProvider openidclient.JwksProvider,
openidConfig openidconfig.Config,
crypter crypto.Crypter,
) (*Standalone, error) {
autoLogin, err := autologin.New(cfg)
if err != nil {