From 5410b6228ce889bec651185e48fab3fbeb3d6e00 Mon Sep 17 00:00:00 2001 From: whaffman Date: Mon, 23 Jun 2025 23:40:05 +0200 Subject: [PATCH] Remove unnecessary blank line in Bureaucrat.hpp --- ex00/inc/Bureaucrat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex00/inc/Bureaucrat.hpp b/ex00/inc/Bureaucrat.hpp index 5d3629d..72cf55d 100644 --- a/ex00/inc/Bureaucrat.hpp +++ b/ex00/inc/Bureaucrat.hpp @@ -26,7 +26,7 @@ public: Bureaucrat operator--(int); // Post-decrement Bureaucrat &operator+=(int value); Bureaucrat &operator-=(int value); - + int getGrade() const; const std::string getName() const;