Modify show() method presentation
This commit is contained in:
parent
a7e0de4bb6
commit
6392288967
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ void Grid::show()
|
|||
std::cout << " " << m_table[i][j]->description() << " |";
|
||||
}
|
||||
std::cout << std::endl;
|
||||
std::cout << std::endl;
|
||||
|
||||
if (i != m_size -1)
|
||||
std::cout << std::endl;
|
||||
}
|
||||
std::cout << "_________________" << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue