From d7a8149dbe170095bf5a3bc31b3caa56c4858847 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 10 Jun 2025 16:30:24 +0200 Subject: [PATCH] style(cmd/modes): removing the empty line in modes cmd --- sources/commands/modes.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/commands/modes.cpp b/sources/commands/modes.cpp index 6c617e8..984b351 100644 --- a/sources/commands/modes.cpp +++ b/sources/commands/modes.cpp @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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; }