Skip to content

Commit

Permalink
chore(traits): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvitkov committed Sep 28, 2023
1 parent 48b191c commit 8cb9cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/hir/resolution/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ fn resolve_external_dep(
let dep_def_map = def_maps.get(&dep_module.krate).unwrap();

resolve_path_to_ns(&dep_directive, dep_def_map, def_maps, allow_contracts)
}
}

0 comments on commit 8cb9cc9

Please sign in to comment.