Skip to content

Commit bee1a2b

Browse files
committed
fix lint
1 parent e9f1f9c commit bee1a2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

models/fixtures/action_task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
log_in_storage: 1
3838
log_length: 707
3939
log_size: 90179
40-
log_expired: 0
40+
log_expired: 0

tests/integration/api_actions_artifact_v4_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ import (
1616
"code.gitea.io/gitea/routers/api/actions"
1717
actions_service "code.gitea.io/gitea/services/actions"
1818
"code.gitea.io/gitea/tests"
19+
20+
"github.com/stretchr/testify/assert"
1921
"google.golang.org/protobuf/encoding/protojson"
2022
"google.golang.org/protobuf/reflect/protoreflect"
2123
"google.golang.org/protobuf/types/known/timestamppb"
2224
"google.golang.org/protobuf/types/known/wrapperspb"
23-
24-
"github.com/stretchr/testify/assert"
2525
)
2626

2727
func toProtoJson(m protoreflect.ProtoMessage) io.Reader {

0 commit comments

Comments
 (0)