Skip to content

Commit 3812a6a

Browse files
authored
Update index.dd
Removed space
1 parent 3b07b9f commit 3812a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.dd

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

245245
return arr ~ sym.to!real;

0 commit comments

Comments
 (0)