forked from forgejo/forgejo
[CLEANUP] make golangci-lint@v1.56.1 happy
This commit is contained in:
parent
79df409256
commit
c8b177713a
8 changed files with 45 additions and 45 deletions
|
@ -94,7 +94,7 @@ type GiteaTemplate struct {
|
|||
}
|
||||
|
||||
// Globs parses the .gitea/template globs or returns them if they were already parsed
|
||||
func (gt GiteaTemplate) Globs() []glob.Glob {
|
||||
func (gt *GiteaTemplate) Globs() []glob.Glob {
|
||||
if gt.globs != nil {
|
||||
return gt.globs
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue