Skip to content

Commit

Permalink
fix: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 22, 2021
1 parent 1e51fb1 commit ef6cb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/visual/output_static.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ fn export_reporter<P: AsRef<Path>>(path: &P, project: String) {

// struct analysis
let structs = Settings::struct_dir().join(format!("{}.json", project));
let _ = fs::copy(structs, &data_dir.join("struct-analysis.json"));
let _ = fs::copy(structs, &data_dir.join("struct.json"));
}

0 comments on commit ef6cb58

Please sign in to comment.