Fix indent

This commit is contained in:
Ayaz Hafiz 2022-11-07 15:16:27 -06:00
parent e240b18b27
commit 09ec545995
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -714,10 +714,11 @@ fn get_specialization_lambda_set_ambient_function<P: Phase>(
let opaque_home = opaque.module_id();
let external_specialized_lset =
phase.with_module_abilities_store(opaque_home, |abilities_store| {
let impl_key = roc_can::abilities::ImplKey {
opaque,
ability_member,
};
let impl_key = roc_can::abilities::ImplKey {
opaque,
ability_member,
};
let opt_specialization =
abilities_store.get_implementation(impl_key);
match opt_specialization {