Skip to content

Commit

Permalink
Format src code with new trace! overflow rules
Browse files Browse the repository at this point in the history
  • Loading branch information
samtay committed Dec 22, 2023
1 parent 3aa61ee commit b72a287
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,7 @@ pub(crate) fn combine_strs_with_missing_comments(
) -> Option<String> {
trace!(
"combine_strs_with_missing_comments `{}` `{}` {:?} {:?}",
prev_str,
next_str,
span,
shape
prev_str, next_str, span, shape
);

let mut result =
Expand Down

0 comments on commit b72a287

Please sign in to comment.