Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 13, 2024
1 parent 2ccdb17 commit 286b942
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,11 @@ impl DependencyContext {
})
.collect();

trace!("making {} under constrained reports for function {}", warnings.len(), function.name());
trace!(
"making {} under constrained reports for function {}",
warnings.len(),
function.name()
);
warnings
}

Expand Down

0 comments on commit 286b942

Please sign in to comment.