Fix formatting
This commit is contained in:
parent
4e819f1b3c
commit
b13ac5fcbf
|
@ -88,7 +88,6 @@ func TestComparePatchAndDiffMenuEntries(t *testing.T) {
|
|||
if exists && strings.HasSuffix(value, ".diff") {
|
||||
diffDownloadEntryPresent = true
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
assert.True(t, patchDownloadEntryPresent, "Patch file download entry should be present")
|
||||
|
@ -139,7 +138,6 @@ index 0000000..e69de29`
|
|||
// assert.True(t, diffDownloadEntryPresent, "Diff file download entry should be present")
|
||||
}
|
||||
|
||||
|
||||
// Git commit graph for repo20
|
||||
// * 8babce9 (origin/remove-files-b) Add a dummy file
|
||||
// * b67e43a Delete test.csv and link_hi
|
||||
|
|
Loading…
Reference in New Issue