Skip to content

Commit

Permalink
Attemp to make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ikerreyes committed Nov 11, 2024
1 parent 8325640 commit fea6fd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage/dvo_recommendations_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ func (storage DVORecommendationsDBStorage) WriteHeartbeat(
instanceID string,
lastCheckedTime time.Time,
) error {

// Begin a new transaction.
tx, err := storage.connection.Begin()
if err != nil {
Expand All @@ -711,4 +710,4 @@ func (storage DVORecommendationsDBStorage) WriteHeartbeat(
finishTransaction(tx, err)

return err
}
}

Check failure on line 713 in storage/dvo_recommendations_storage.go

View workflow job for this annotation

GitHub Actions / lint

File is not `goimports`-ed (goimports)

0 comments on commit fea6fd6

Please sign in to comment.