Skip to content

Commit a2579b9

Browse files
committed
Semicolon on generate Stats
1 parent 457113e commit a2579b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/null_plugins/report_plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ReportPlugins {
1616
}
1717

1818
generateStats() {
19-
return (<Histogram />)
19+
return (<Histogram />);
2020
}
2121
}
2222

0 commit comments

Comments
 (0)