forked from TrueCloudLab/frostfs-node
[#948] Fix gofumpt
issue
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
3a41858a0f
commit
6a5769d1da
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ func newGenericWriteData(c FileCounter, perm fs.FileMode, noSync bool) writer {
|
|||
fileGuard = utilSync.NewKeyLocker[string]()
|
||||
}
|
||||
|
||||
var w = &genericWriter{
|
||||
w := &genericWriter{
|
||||
perm: perm,
|
||||
flags: flags,
|
||||
|
||||
|
|
Loading…
Reference in a new issue