Skip to content

Commit 3b07b9f

Browse files
authored
Update index.dd
1 parent 7ce68d1 commit 3b07b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ void main()
239239
{
240240
static foreach (c; "+-*/")
241241
if (sym == [c])
242-
return mixin("arr[0 .. $-2] ~ (arr[$-2] " ~ c ~ " arr[$-1])");
242+
return mixin("arr[0 .. $-2] ~
243+
(arr[$-2] " ~ c ~ " arr[$-1])");
243244

244245
return arr ~ sym.to!real;
245246
})((real[]).init).writeln;

0 commit comments

Comments
 (0)