Skip to content

Commit

Permalink
Updated rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAtulTewari committed Jul 15, 2024
1 parent becbdf1 commit 92ee833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm-plugin/src/analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ impl FunctionAnalysisManager {
);

let res = crate::get_function_analysis_cached_result(
self.inner,
id,
function.as_value_ref().cast(),
self.inner,
id,
function.as_value_ref().cast(),
);

if !res.is_null() {
Expand Down

0 comments on commit 92ee833

Please sign in to comment.