Skip to content

Commit bcb24cd

Browse files
committed
fix indentation
1 parent 0ee885c commit bcb24cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust.ungram

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ BinExpr =
390390
lhs:Expr
391391
op:(
392392
'||' | '&&'
393-
| '==' | '!=' | '<=' | '>=' | '<' | '>'
394-
| '+' | '*' | '-' | '/' | '%' | '<<' | '>>' | '^' | '|' | '&'
395-
| '=' | '+=' | '/=' | '*=' | '%=' | '>>=' | '<<=' | '-=' | '|=' | '&=' | '^='
393+
| '==' | '!=' | '<=' | '>=' | '<' | '>'
394+
| '+' | '*' | '-' | '/' | '%' | '<<' | '>>' | '^' | '|' | '&'
395+
| '=' | '+=' | '/=' | '*=' | '%=' | '>>=' | '<<=' | '-=' | '|=' | '&=' | '^='
396396
)
397397
rhs:Expr
398398

0 commit comments

Comments
 (0)