Merge pull request #16 from EniumRaphael/raph

style(cmd/modes): removing the empty line in modes cmd
This commit is contained in:
Raphaël 2025-06-10 16:33:34 +02:00 committed by GitHub
commit c9c0cf314c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/24 17:29:48 by rparodi #+# #+# */
/* Updated: 2025/06/10 16:08:09 by rparodi ### ########.fr */
/* Updated: 2025/06/10 16:29:52 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -104,7 +104,6 @@ e_code Mode::checkArgs() {
return ERR_CHANOPRIVSNEEDED;
}
}
return _PARSING_OK;
}