mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 08:01:42 +03:00
remove required space after subtraction operator
This commit is contained in:
parent
d00eff2d86
commit
82c3d66847
@ -114,7 +114,7 @@ operation_gt = { ">" }
|
|||||||
operation_le = { "<=" }
|
operation_le = { "<=" }
|
||||||
operation_lt = { "<" }
|
operation_lt = { "<" }
|
||||||
operation_add = { "+" }
|
operation_add = { "+" }
|
||||||
operation_sub = { "- " }
|
operation_sub = { "-" }
|
||||||
operation_mul = { "*" }
|
operation_mul = { "*" }
|
||||||
operation_div = { "/" }
|
operation_div = { "/" }
|
||||||
operation_pow = { "**" }
|
operation_pow = { "**" }
|
||||||
|
Loading…
Reference in New Issue
Block a user