Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Jul 30, 2023
1 parent 83f8bc9 commit 3a95fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storage/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,9 @@ func (c *Cache) UpdateApolloConfigCache(configurations map[string]interface{}, e
}

if err := config.cache.Set(key, value, expireTime); err != nil {
log.Errorf("set key %s to cache, error: %v", key, err)
log.Errorf("set key %s to cache, error: %v", key, err)
}

delete(mp, key)
}

Expand Down

0 comments on commit 3a95fe8

Please sign in to comment.