mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-15 08:15:07 +00:00
Rename has_derived to has_abilities
This commit is contained in:
parent
a9243720da
commit
0946a7816a
2 changed files with 3 additions and 3 deletions
|
@ -966,7 +966,7 @@ fn opaque_signature_with_space_before<'a>(
|
|||
optional(specialize(
|
||||
EExpr::Type,
|
||||
space0_before_e(
|
||||
type_annotation::has_derived(min_indent),
|
||||
type_annotation::has_abilities(min_indent),
|
||||
min_indent,
|
||||
EType::TIndentStart,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue