mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-29 09:23:46 +00:00
First pass at canonicalizing and reporting syntactic abilities
This commit is contained in:
parent
d118e5afbc
commit
e672ce9ebd
7 changed files with 307 additions and 115 deletions
|
@ -1173,7 +1173,7 @@ impl<'a> ExtractSpaces<'a> for HasImpls<'a> {
|
|||
},
|
||||
HasImpls::SpaceBefore(item, before) => match item {
|
||||
HasImpls::HasImpls(inner) => Spaces {
|
||||
before: before,
|
||||
before,
|
||||
item: *inner,
|
||||
after: &[],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue