mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix disappearing spaces around implements keyword
This commit is contained in:
parent
2f420d8e4e
commit
bf3fae4827
4 changed files with 39 additions and 7 deletions
|
@ -2395,6 +2395,7 @@ impl_extract_spaces!(AssignedField<T>);
|
|||
impl_extract_spaces!(TypeAnnotation);
|
||||
impl_extract_spaces!(ImplementsAbility);
|
||||
impl_extract_spaces!(ImplementsAbilities);
|
||||
impl_extract_spaces!(Implements);
|
||||
|
||||
impl<'a, T: Copy> ExtractSpaces<'a> for Spaced<'a, T> {
|
||||
type Item = T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue