forked from Silverfish/proton-bridge
chore: upgraded golangci-lint v1.52.2 and fixed all issues.
This commit is contained in:
@ -305,11 +305,11 @@ func (f *frontendCLI) configureAppleMail(c *ishell.Context) {
|
||||
f.Printf("Apple Mail configured for %v with address %v\n", user.Username, user.Addresses[0])
|
||||
}
|
||||
|
||||
func (f *frontendCLI) badEventSynchronize(c *ishell.Context) {
|
||||
func (f *frontendCLI) badEventSynchronize(_ *ishell.Context) {
|
||||
f.badEventFeedback(true)
|
||||
}
|
||||
|
||||
func (f *frontendCLI) badEventLogout(c *ishell.Context) {
|
||||
func (f *frontendCLI) badEventLogout(_ *ishell.Context) {
|
||||
f.badEventFeedback(false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user