Skip to content

Commit 573d812

Browse files
committed
fix lint
1 parent 62ddc5c commit 573d812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/auth/webauthn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"code.gitea.io/gitea/models/db"
1212
"code.gitea.io/gitea/modules/timeutil"
1313
"code.gitea.io/gitea/modules/util"
14-
"github.com/go-webauthn/webauthn/protocol"
1514

15+
"github.com/go-webauthn/webauthn/protocol"
1616
"github.com/go-webauthn/webauthn/webauthn"
1717
)
1818

0 commit comments

Comments
 (0)