fixed formatting

This commit is contained in:
Karl Seguin
2014-10-25 12:21:10 +07:00
parent 0c7492b382
commit b0e3fca0f6
3 changed files with 3 additions and 9 deletions

View File

@@ -20,7 +20,6 @@ func (b *LayeredBucket) get(primary, secondary string) *Item {
return bucket.get(secondary)
}
func (b *LayeredBucket) set(primary, secondary string, value interface{}, duration time.Duration) (*Item, bool) {
b.Lock()
bucket, exists := b.buckets[primary]