mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
abilities syntax has
-> implements
This commit is contained in:
parent
91e37293a2
commit
dbc0204532
21 changed files with 89 additions and 84 deletions
|
@ -647,7 +647,7 @@ impl<'a> Formattable for Tag<'a> {
|
|||
|
||||
impl<'a> Formattable for ImplementsClause<'a> {
|
||||
fn is_multiline(&self) -> bool {
|
||||
// No, always put abilities in a "has" clause on one line
|
||||
// No, always put abilities in an "implements" clause on one line
|
||||
false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue