Skip to content

Commit ec91d65

Browse files
committed
lint
1 parent 31eff1f commit ec91d65

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ func prepareMigrationTasks() []*migration {
378378
newMigration(315, "Add Ephemeral to ActionRunner", v1_24.AddEphemeralToActionRunner),
379379
newMigration(316, "Add description for secrets and variables", v1_24.AddDescriptionForSecretsAndVariables),
380380
newMigration(317, "Add new index for action for heatmap", v1_24.AddNewIndexForUserDashboard),
381-
newMigration(318, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
381+
newMigration(318, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
382382
}
383383
return preparedMigrations
384384
}

modules/indexer/issues/indexer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ func SearchIssues(ctx context.Context, opts *SearchOptions) ([]int64, int64, err
302302
}
303303

304304
result, err := ix.Search(ctx, opts)
305-
306305
if err != nil {
307306
return nil, 0, err
308307
}

0 commit comments

Comments
 (0)