Skip to content

Commit cc27d4c

Browse files
authored
Align comment
1 parent 3f60f35 commit cc27d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/function.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,7 @@ void foo()
22132213
{
22142214
static j = square(3); // CTFE
22152215
writeln(j);
2216-
assert(square(4)); // run time
2216+
assert(square(4)); // run time
22172217
writeln(eval!(square(5))); // CTFE
22182218
}
22192219
---

0 commit comments

Comments
 (0)