Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ax0 committed Mar 24, 2023
1 parent 385d146 commit cc493d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo/src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl<'a> Resolver<'a> {
let crate_id = driver.create_local_crate(entry_path, crate_type);

let mut resolver = Resolver::with_driver(&mut driver);
let pkg_root = manifest_path.parent().expect("Every manifest path has a parent.");
let pkg_root = manifest_path.parent().expect("Every manifest path has a parent.");
resolver.resolve_manifest(crate_id, manifest, pkg_root)?;

add_std_lib(&mut driver);
Expand Down

0 comments on commit cc493d5

Please sign in to comment.