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

@ -5,8 +5,8 @@
/* +:+ +:+ +:+ */
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/21 20:37:12 by omoudni #+# #+# */
/* Updated: 2025/06/21 14:38:31 by sben-tay ### ########.fr */
/* Created: 2025/05/21 20:37:12 by sben-tay #+# #+# */
/* Updated: 2025/06/24 12:33:39 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -202,4 +202,4 @@ void User::consumeWriteBuffer(size_t len) {
_write_buffer.clear();
else
_write_buffer.erase(0, len);
}
}