Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jan 31, 2024
1 parent 4bd7583 commit 0a4503a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kani-compiler/src/codegen_cprover_gotoc/compiler_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ impl CodegenBackend for GotocCodegenBackend {
);
results.extend(gcx, items, None);
if let Some(assigns_contract) = contract_info {
self.queries
.lock()
.unwrap()
.add_modifies_contract(canonical_mangled_name(harness).intern(), assigns_contract);
self.queries.lock().unwrap().add_modifies_contract(
canonical_mangled_name(harness).intern(),
assigns_contract,
);
}
}
}
Expand Down

0 comments on commit 0a4503a

Please sign in to comment.