fix lints again

This commit is contained in:
crapStone 2024-11-22 00:09:41 +01:00
parent ed86decb0c
commit 5ff8d7a827
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8

View file

@ -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.