Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyahui committed Dec 29, 2023
1 parent e3df7ae commit bece16d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,4 @@ func TestCustomCacheStrategy(t *testing.T) {
var val interface{}
err := memoryStore.Get("custom_cache_key_1", &val)
assert.Nil(t, err)
return
}

0 comments on commit bece16d

Please sign in to comment.