Removing redundant ;
This commit is contained in:
parent
1ff2a2dd24
commit
5573307305
|
@ -133,7 +133,7 @@ void Assignment::emit(std::ostream &stream, int indent) {
|
|||
void Print::emit(std::ostream &stream, int indent) {
|
||||
stream << "std::cout << ";
|
||||
expression->emit(stream);
|
||||
stream << " << std::endl;";
|
||||
stream << " << std::endl";
|
||||
}
|
||||
|
||||
void Input::emit(std::ostream &stream, int indent) {
|
||||
|
|
Reference in New Issue
Block a user