forked from TrueCloudLab/frostfs-node
[#1318] node: Fix linter
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
2aec5736e0
commit
6f2723b47e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func NewSource(p TombstoneSourcePrm) Source {
|
||||||
panic("Tombstone source: nil object service")
|
panic("Tombstone source: nil object service")
|
||||||
}
|
}
|
||||||
|
|
||||||
return Source{s: p.s}
|
return Source(p)
|
||||||
}
|
}
|
||||||
|
|
||||||
type headerWriter struct {
|
type headerWriter struct {
|
||||||
|
|
Loading…
Reference in a new issue