Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed Jul 18, 2015
1 parent 63e1749 commit f063341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mumps/mumps.g4
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ postcondition
;

expression
: term (SPACE* (ADD | MULTIPLY | SUBTRACT | DIVIDE | INTDIVIDE | MODULO | EXPONENT) expression)*
: term (SPACE* (ADD | MULTIPLY | SUBTRACT | DIVIDE | INTDIVIDE | MODULO | EXPONENT) expression)*
;

term
Expand Down

0 comments on commit f063341

Please sign in to comment.