forked from TrueCloudLab/frostfs-node
[#1687] *: Perform go fmt
using go v1.19
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
37ab26bfa9
commit
30341f2192
25 changed files with 114 additions and 112 deletions
|
@ -39,8 +39,8 @@ type ExpirationChecker struct {
|
|||
|
||||
// IsTombstoneAvailable checks the tombstone presence in the system in the
|
||||
// following order:
|
||||
// * 1. Local LRU cache;
|
||||
// * 2. Tombstone source.
|
||||
// - 1. Local LRU cache;
|
||||
// - 2. Tombstone source.
|
||||
//
|
||||
// If a tombstone was successfully fetched (regardless of its expiration)
|
||||
// it is cached in the LRU cache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue