diff --git a/tests/integration/branches_test.go b/tests/integration/branches_test.go index c6ecfbf72f76..99d7eef70691 100644 --- a/tests/integration/branches_test.go +++ b/tests/integration/branches_test.go @@ -73,5 +73,3 @@ func branchAction(t *testing.T, button string) (*HTMLDoc, string) { return NewHTMLParser(t, resp.Body), url.Query().Get("name") } - -