Commit 31f9dca
committed
labs: Remove unnecessary parens in randrect
Remove the parens around `rand1` in `randrect.evy` as they are no longer
needed due to a recent change that allows niladic function calls in
expressions without parens.
Since this PR is in this file now, let's make it read nicer. There are
probably other evy files that could have this change - one day we may
find them.1 parent 8ce6ebc commit 31f9dca
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments