Skip to content

Commit

Permalink
cli code report - fix commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Jul 20, 2024
1 parent 8cd1aeb commit 88dd0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/meta/src/cmd/code_report/render_code_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl<'a> CodeReportRender<'a> {
let mut compared_file_reader = BufReader::new(compared_file);

let compared_reports = if self.compared_path_file.ends_with("md") {
// this is only one time compare. Decide weather to exist or not
// TODO this is only one time compared. Decide whether to exist or not
parse_into_code_report_json(&mut compared_file_reader)
} else {
serde_json::from_reader(compared_file_reader)
Expand Down

0 comments on commit 88dd0be

Please sign in to comment.