Skip to content

Commit

Permalink
Use x
Browse files Browse the repository at this point in the history
  • Loading branch information
oulgen committed Oct 7, 2024
1 parent 26fd753 commit f6df4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn run_parser<'t>(
let results = parser.parse(lineno, md, e.rank, &e.compile_id, &payload);
fn extact_suffix(filename: &String) -> String {
if filename.contains("fx_graph_cache_miss") {
"".to_string()
"".to_string()
} else if filename.contains("fx_graph_cache_hit") {
"✅".to_string()
} else if filename.contains("fx_graph_cache_bypass") {
Expand Down

0 comments on commit f6df4ec

Please sign in to comment.