mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Remove accidental trailing spaces
This commit is contained in:
parent
3eb266c860
commit
1e9d2d1239
44 changed files with 169 additions and 169 deletions
|
@ -61,7 +61,7 @@ pub struct ExprParseOptions {
|
|||
|
||||
/// Check for the `->` token, and raise an error if found
|
||||
/// This is usually true, but false in if-guards
|
||||
///
|
||||
///
|
||||
/// > Just foo if foo == 2 -> ...
|
||||
check_for_arrow: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue