Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Nov 3, 2022
1 parent 29296ee commit 65dd0e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine/src/conversion/analysis/fun/implicit_constructors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ pub(super) fn find_constructors_present(
move_constructor: SpecialMemberFound::Implicit,
name: Some(name.clone()),
})
} else if let Some(constructor_details) = known_types().get_constructor_details(qn) {
} else if let Some(constructor_details) = known_types().get_constructor_details(qn)
{
Some(known_type_items_found(constructor_details))
} else {
all_items_found.get(qn).cloned()
Expand Down

0 comments on commit 65dd0e2

Please sign in to comment.