forked from Silverfish/proton-bridge
fix(GODT-2859): Fix lint.
This commit is contained in:
@ -18,10 +18,11 @@
|
|||||||
package bridge
|
package bridge
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"strings"
|
||||||
|
|
||||||
"github.com/ProtonMail/gluon/reporter"
|
"github.com/ProtonMail/gluon/reporter"
|
||||||
"github.com/ProtonMail/proton-bridge/v3/internal/vault"
|
"github.com/ProtonMail/proton-bridge/v3/internal/vault"
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
"strings"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func (bridge *Bridge) databaseResyncNeeded() bool {
|
func (bridge *Bridge) databaseResyncNeeded() bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user