aboutsummaryrefslogtreecommitdiffstats
path: root/cache
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-01-03 20:41:57 -0500
committerSteve Moyer <smoyer1@selesy.com>2023-01-03 20:41:57 -0500
commit59684d74776738723901095c73782fbc619138e4 (patch)
tree85837da03769d8b899d5ee19157b15193075a2b7 /cache
parent4cee3a7278a493378429fd32dfa12c27f70bcca3 (diff)
downloadgit-bug-59684d74776738723901095c73782fbc619138e4.tar.gz
style(TestCache): remove empty trailing line from function
Diffstat (limited to 'cache')
-rw-r--r--cache/repo_cache_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache/repo_cache_test.go b/cache/repo_cache_test.go
index eeaa0ee5..ac5a7c75 100644
--- a/cache/repo_cache_test.go
+++ b/cache/repo_cache_test.go
@@ -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) {