mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Fix lint
This commit is contained in:
@@ -13,8 +13,7 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type aesEncryptionProvider struct {
|
||||
}
|
||||
type aesEncryptionProvider struct{}
|
||||
|
||||
func NewAesEncryptionProvider() EncryptionProvider {
|
||||
return &aesEncryptionProvider{}
|
||||
|
Reference in New Issue
Block a user