[#1318] node: Fix linter

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-04-21 19:18:43 +03:00 committed by LeL
parent 2aec5736e0
commit 6f2723b47e

View file

@ -44,7 +44,7 @@ func NewSource(p TombstoneSourcePrm) Source {
panic("Tombstone source: nil object service")
}
return Source{s: p.s}
return Source(p)
}
type headerWriter struct {