style: corrected some little norm error

This commit is contained in:
Raphaël 2024-09-16 13:53:45 +02:00
parent 43b969183d
commit 9170242925
2 changed files with 2 additions and 5 deletions

View file

@ -6,7 +6,7 @@
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/14 12:26:51 by maiboyer #+# #+# */
/* Updated: 2024/09/14 14:37:04 by maiboyer ### ########.fr */
/* Updated: 2024/09/16 13:53:25 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -53,5 +53,3 @@ t_error _arith_into_str(t_ast_node self, t_state *state, t_vec_str *append)
return (ERROR);
return (NO_ERROR);
}