mirror of
https://github.com/openziti/zrok.git
synced 2025-06-24 19:51:32 +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) {
|
func newAmqpSink(cfg *AmqpSinkConfig) (*amqpSink, error) {
|
||||||
as := &amqpSink{
|
as := &amqpSink{cfg: cfg}
|
||||||
cfg: cfg,
|
|
||||||
}
|
|
||||||
return as, nil
|
return as, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user