Undo accidental assert change

This commit is contained in:
Hackerpilot 2015-02-23 16:27:30 -08:00
parent 445bbf0956
commit 454019bf3c
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ private:
writeParens(true); writeParens(true);
break; break;
case tok!"mixin": case tok!"mixin":
case tok!"assert":
writeToken(); writeToken();
write(" "); write(" ");
break; break;