Skip to content

Commit cf5bcfb

Browse files
committed
LINT FIX
1 parent 1b759fb commit cf5bcfb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

tests/integration/actions_delete_run_test.go

+8-6
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
package integration
55

66
import (
7-
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
7+
"fmt"
8+
"net/http"
9+
"net/url"
10+
"testing"
11+
"time"
12+
813
actions_model "code.gitea.io/gitea/models/actions"
914
auth_model "code.gitea.io/gitea/models/auth"
1015
"code.gitea.io/gitea/models/unittest"
1116
user_model "code.gitea.io/gitea/models/user"
1217
"code.gitea.io/gitea/modules/json"
1318
"code.gitea.io/gitea/routers/web/repo/actions"
14-
"fmt"
19+
20+
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
1521
"github.com/stretchr/testify/assert"
1622
"google.golang.org/protobuf/types/known/timestamppb"
17-
"net/http"
18-
"net/url"
19-
"testing"
20-
"time"
2123
)
2224

2325
func TestActionsDeleteRun(t *testing.T) {

0 commit comments

Comments
 (0)