mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-02 16:35:19 +02:00
Fix lint errors
This commit is contained in:
parent
1f7837d6d6
commit
ec3a696e2d
2 changed files with 2 additions and 2 deletions
|
@ -1800,7 +1800,7 @@ type SearchRepoOptions struct {
|
|||
func SearchRepositoryByName(opts *SearchRepoOptions) (repos RepositoryList, _ int64, _ error) {
|
||||
var (
|
||||
sess *xorm.Session
|
||||
cond builder.Cond = builder.NewCond()
|
||||
cond = builder.NewCond()
|
||||
)
|
||||
|
||||
if len(opts.Keyword) == 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue