Remove unnecessary blank line in Bureaucrat.hpp

This commit is contained in:
whaffman 2025-06-23 23:40:05 +02:00
parent c9639437ed
commit 5410b6228c

View File

@ -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;