Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Feb 26, 2024
1 parent eabd2f5 commit db83b27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prusti/src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ fn main() {
// This environment variable will not be set when building dependencies.
let is_primary_package = env::var("CARGO_PRIMARY_PACKAGE").is_ok();

if config::be_rustc() || build_script_build || (!is_primary_package && config::ignore_deps_contracts()) {
if config::be_rustc()
|| build_script_build
|| (!is_primary_package && config::ignore_deps_contracts())
{
driver::main();
}

Expand Down

0 comments on commit db83b27

Please sign in to comment.