Skip to content

Commit c36b931

Browse files
committed
fix lint
1 parent 6ea4173 commit c36b931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/v1_21/v265.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func FixMissingAdminTeamUnitRecords(x *xorm.Engine) error {
4646
TypeActions // 10 Actions
4747
)
4848

49-
var AllRepoUnitTypes = []UnitType{
49+
AllRepoUnitTypes := []UnitType{
5050
TypeCode,
5151
TypeIssues,
5252
TypePullRequests,

0 commit comments

Comments
 (0)