Skip to content

Commit 519e31a

Browse files
committed
Check pt fixing errors
1 parent c9b1860 commit 519e31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/web-ui/src/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ fn perform_cross_file_analysis(
639639

640640
fn calculate_duplicate_rate(
641641
duplicates: &[DuplicateFunction],
642-
all_functions: &[smart_diff_semantic::Function],
642+
all_functions: &[smart_diff_parser::Function],
643643
) -> f64 {
644644
if all_functions.is_empty() {
645645
return 0.0;

0 commit comments

Comments
 (0)