style(TestCache): remove empty trailing line from function

This commit is contained in:
Steve Moyer 2023-01-03 20:41:57 -05:00
parent 4cee3a7278
commit 59684d7477
No known key found for this signature in database
GPG Key ID: D8D464C9D22FB8E0

View File

@ -137,7 +137,6 @@ func TestCache(t *testing.T) {
require.Empty(t, cache.bugs.excerpts)
require.Empty(t, cache.identities.cached)
require.Empty(t, cache.identities.excerpts)
}
func TestCachePushPull(t *testing.T) {