mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-02-04 03:29:46 +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)
|
resp := session.MakeRequest(t, req, http.StatusOK)
|
||||||
htmlDoc := NewHTMLParser(t, resp.Body)
|
htmlDoc := NewHTMLParser(t, resp.Body)
|
||||||
downloadOptions := htmlDoc.doc.Find("a.item[download]")
|
downloadOptions := htmlDoc.doc.Find("a.item[download]")
|
||||||
|
|
||||||
var patchDownloadEntryPresent bool
|
var patchDownloadEntryPresent bool
|
||||||
var diffDownloadEntryPresent bool
|
var diffDownloadEntryPresent bool
|
||||||
downloadOptions.Each(func(idx int, c *goquery.Selection) {
|
downloadOptions.Each(func(idx int, c *goquery.Selection) {
|
||||||
|
|
Loading…
Reference in a new issue