[#415] *: Go fmt -s

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-09-15 08:20:13 +03:00 committed by LeL
parent fcf1d02afc
commit 1853349f22
9 changed files with 23 additions and 16 deletions

View file

@ -24,8 +24,8 @@ const disabledHomomorphicHashingValue = "true"
// HomomorphicHashingState returns container's homomorphic
// hashing state:
// * true if hashing is enabled;
// * false if hashing is disabled.
// - true if hashing is enabled;
// - false if hashing is disabled.
//
// All container's attributes must be unique, otherwise behavior
// is undefined.