mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 05:28:44 +02:00
Remove ineffectual assignments
This commit is contained in:
@ -26,7 +26,7 @@ type Backend interface {
|
||||
|
||||
// New initialize authentification backend
|
||||
func New(cfg *Options) (Backend, error) {
|
||||
var backend Backend = nil
|
||||
var backend Backend
|
||||
var err error
|
||||
|
||||
if !cfg.Enabled {
|
||||
|
Reference in New Issue
Block a user