Skip to content

Commit 8e87f1c

Browse files
committed
fmt
1 parent 3f157d9 commit 8e87f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/actions_log_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ import (
1111
"testing"
1212
"time"
1313

14-
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
1514
auth_model "code.gitea.io/gitea/models/auth"
1615
repo_model "code.gitea.io/gitea/models/repo"
1716
"code.gitea.io/gitea/models/unittest"
1817
user_model "code.gitea.io/gitea/models/user"
1918
"code.gitea.io/gitea/modules/setting"
2019
"code.gitea.io/gitea/modules/storage"
21-
"google.golang.org/protobuf/types/known/timestamppb"
2220

21+
runnerv1 "code.gitea.io/actions-proto-go/runner/v1"
2322
"github.com/stretchr/testify/assert"
23+
"google.golang.org/protobuf/types/known/timestamppb"
2424
)
2525

2626
func TestDownloadTaskLogs(t *testing.T) {

0 commit comments

Comments
 (0)