Ending print with .
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/02/21 12:12:30 by aortigos #+# #+# */
|
||||
/* Updated: 2026/02/21 12:12:31 by aortigos ### ########.fr */
|
||||
/* Updated: 2026/03/16 10:07:51 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -134,6 +134,7 @@ std::ostream &operator<<(std::ostream &os, const Bureaucrat &bureaucrat)
|
||||
os << bureaucrat.getName()
|
||||
<< ", bureaucrat grade "
|
||||
<< bureaucrat.getGrade()
|
||||
<< "."
|
||||
<< std::endl;
|
||||
return (os);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user