Skip to content

Commit

Permalink
analyze: fix formatting from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Dec 3, 2024
1 parent 839f0e5 commit 07a0cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2rust-analyze/src/analyze.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,7 @@ fn print_function_pointee_types<'tcx>(
if tys.tys.is_empty() {
continue;
}
debug!(" pointer {:?}: {:?}", ptr, tys.tys,);
debug!(" pointer {:?}: {:?}", ptr, tys.tys);
}
}
}
Expand Down

0 comments on commit 07a0cb7

Please sign in to comment.