Skip to content

Commit

Permalink
small update to comment
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <[email protected]>
  • Loading branch information
daveshanley committed Dec 6, 2022
1 parent 6acd061 commit 14c2599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html-report/build_report.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (html htmlReport) GenerateReport(test bool) []byte {
rm := fmt.Sprintf("%x", sha256.Sum256([]byte(results[j].Path)))
return lm < rm
}
// sha256 these paths for consistency
// sha256 these messages for consistency
lm := fmt.Sprintf("%x", sha256.Sum256([]byte(results[i].Message)))
rm := fmt.Sprintf("%x", sha256.Sum256([]byte(results[j].Message)))
return lm < rm
Expand Down

0 comments on commit 14c2599

Please sign in to comment.