Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ikerreyes committed Nov 11, 2024
1 parent 9e28589 commit a9f9669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/dvo_recommendations_storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ func (storage DVORecommendationsDBStorage) ReadWorkloadsForClusterAndNamespace(
// filter a DVO report based on the data in dvo.runtimes_heartbeats
// It the last timestampt there is longer than 30 secs (value for the demo)
// it gets removed from the report.
func (storage DVORecommendationsDBStorage)filterReportWithHeartbeats(dvoReport types.DVOReport) (
func (storage DVORecommendationsDBStorage) filterReportWithHeartbeats(dvoReport types.DVOReport) (
workload types.DVOReport,
err error,
) {
Expand Down

0 comments on commit a9f9669

Please sign in to comment.