mirror of
https://github.com/openziti/zrok.git
synced 2025-01-08 23:20:04 +01: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…
Reference in New Issue
Block a user