Skip to content

Commit

Permalink
fix: privacy formatter (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet authored Aug 29, 2023
1 parent e674387 commit 0c3429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/report/output/privacy/formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (f Formatter) Format(format string) (output *string, err error) {
return output, err
}

output, err := html.ReportHTMLWrapper(title, body)
output, err = html.ReportHTMLWrapper(title, body)
if err != nil {
return output, fmt.Errorf("could not generate html page %s", err)
}
Expand Down

0 comments on commit 0c3429a

Please sign in to comment.