Fix formatting

This commit is contained in:
mirko 2024-12-24 19:09:37 +01:00
parent b13ac5fcbf
commit f1bf489203

View file

@ -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) {