mirror of
https://github.com/openziti/zrok.git
synced 2025-06-24 11:41:25 +02:00
lint (#351)
This commit is contained in:
parent
5a2f6a1f72
commit
c2021980fb
@ -39,9 +39,7 @@ type amqpSink struct {
|
||||
}
|
||||
|
||||
func newAmqpSink(cfg *AmqpSinkConfig) (*amqpSink, error) {
|
||||
as := &amqpSink{
|
||||
cfg: cfg,
|
||||
}
|
||||
as := &amqpSink{cfg: cfg}
|
||||
return as, nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user