mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-12 04:43:32 +02:00
Fix lint
This commit is contained in:
parent
fc52742cf8
commit
4ad88a72d3
@ -132,9 +132,9 @@ func GlobalSearch(ctx *context.APIContext) {
|
||||
return
|
||||
}
|
||||
|
||||
ctx.SetTotalCountHeader(int64(total))
|
||||
ctx.SetTotalCountHeader(total)
|
||||
searchResults := structs.CodeSearchResults{
|
||||
TotalCount: int64(total),
|
||||
TotalCount: total,
|
||||
}
|
||||
|
||||
for _, lang := range languages {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user