mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-25 14:53:15 +01:00
Fix formatting
This commit is contained in:
parent
b13ac5fcbf
commit
f1bf489203
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ func TestComparePatchAndDiffMenuEntries(t *testing.T) {
|
|||
resp := session.MakeRequest(t, req, http.StatusOK)
|
||||
htmlDoc := NewHTMLParser(t, resp.Body)
|
||||
downloadOptions := htmlDoc.doc.Find("a.item[download]")
|
||||
|
||||
var patchDownloadEntryPresent bool
|
||||
var diffDownloadEntryPresent bool
|
||||
downloadOptions.Each(func(idx int, c *goquery.Selection) {
|
||||
|
|
Loading…
Reference in a new issue