Skip to content

Commit

Permalink
fix(region): remove dirty code (#20032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioito authored Apr 17, 2024
1 parent c990bfe commit ff299fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/compute/models/cachedimages.go
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ func (manager *SCachedimageManager) getExpireExternalImageIds() ([]string, error
err := rows.Scan(&id)
if err != nil {
return nil, errors.Wrapf(err, "rows.Scan")
continue
}
ids = append(ids, id)
}
Expand Down

0 comments on commit ff299fa

Please sign in to comment.