From 5ff8d7a8273ef1ae815fd5ab91525c4b6c73d56b Mon Sep 17 00:00:00 2001 From: crapStone Date: Fri, 22 Nov 2024 00:09:41 +0100 Subject: [PATCH] fix lints again --- server/gitea/client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/gitea/client.go b/server/gitea/client.go index 3af58fa..ea57c14 100644 --- a/server/gitea/client.go +++ b/server/gitea/client.go @@ -241,7 +241,6 @@ func (client *Client) GiteaGetRepoBranchTimestamp(repoOwner, repoName, branchNam log.Trace().Msgf("[cache] branch %q does not exist", branchName) return &BranchTimestamp{}, ErrorNotFound - } else { log.Trace().Msgf("[cache] use branch %q exist", branchName) // This comes from the refactoring of the caching library.