Skip to content

Commit e9a2327

Browse files
authored
Update index.dd
Last whitespace known to man
1 parent 3812a6a commit e9a2327

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
@@ -235,7 +235,7 @@ void main()
235235
import std.stdio, std.string, std.algorithm, std.conv;
236236

237237
// arr is real[] and sym is the current symbol
238-
readln.split.fold!((arr, sym)
238+
readln.split.fold!((arr, sym)
239239
{
240240
static foreach (c; "+-*/")
241241
if (sym == [c])

0 commit comments

Comments
 (0)