Updated code format

This commit is contained in:
Trial97
2021-08-25 09:15:16 +03:00
committed by Dan Christian Bogos
parent 3c5f32aeeb
commit 8270d81e57
2 changed files with 2 additions and 1 deletions

View File

@@ -202,7 +202,7 @@ func (dm *DataManager) CacheDataFromDB(ctx *context.Context, prfx string, ids []
if tntCtx, idxKey, err = splitFilterIndex(dataID); err != nil {
return
}
_, err = dm.GetIndexes(ctx, utils.CacheAttributeFilterIndexes, tntCtx, idxKey, utils.NonTransactional, false, true)
_, err = dm.GetIndexes(ctx, utils.CacheAttributeFilterIndexes, tntCtx, idxKey, utils.NonTransactional, false, true)
case utils.ResourceFilterIndexes:
var tntCtx, idxKey string
if tntCtx, idxKey, err = splitFilterIndex(dataID); err != nil {

View File

@@ -1,3 +1,4 @@
//go:build integration
// +build integration
/*