[#788] objectsvc: Fix formatting (gofumpt)

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
fix/ir_vub
Dmitrii Stepanov 2023-11-09 10:27:32 +03:00
parent 1b22801eed
commit 9133b4389e
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@ import (
policyengine "git.frostfs.info/TrueCloudLab/policy-engine"
)
var (
errAPEChainNoSource = errors.New("could not get ape chain source for the container")
)
var errAPEChainNoSource = errors.New("could not get ape chain source for the container")
type apeCheckerImpl struct {
log *logger.Logger