style(42header): removing the non-working people (except for braces issues xD)

This commit is contained in:
Raphael 2025-06-24 12:36:19 +02:00
parent cb4135d01f
commit 58bf620c09
6 changed files with 20 additions and 20 deletions

View file

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* parser.cpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ */
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/19 14:48:52 by omoudni #+# #+# */
/* Updated: 2025/05/19 15:08:18 by omoudni ### ########.fr */
/* Created: 2025/06/24 12:34:29 by rparodi #+# #+# */
/* Updated: 2025/06/24 12:34:30 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -40,4 +40,4 @@ Parser::Parser(int argc, char* argv[]) : _port(0), _valid(false) {
bool Parser::isValid() const { return _valid; }
unsigned short int Parser::getPort() const { return _port; }
const std::string& Parser::getPassword() const { return _password; }
const std::string& Parser::getErrorMsg() const { return _errorMsg; }
const std::string& Parser::getErrorMsg() const { return _errorMsg; }