Skip to content

Commit

Permalink
removing tester feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Jun 6, 2024
1 parent a7be7cb commit 8490d9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions program_to_test/src/ft_sort_until3.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/04 12:19:14 by umeneses #+# #+# */
/* Updated: 2024/06/06 17:28:46 by umeneses ### ########.fr */
/* Updated: 2024/06/06 18:04:07 by umeneses ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -54,7 +54,6 @@ t_stack *ft_sort_3_nbrs(t_stack **list)
if ((ft_lst_goto_head(*list)->nbr > ft_lst_goto_head(*list)->next->nbr)
&& (ft_lst_goto_head(*list)->nbr > ft_lst_goto_end(*list)->nbr))
ft_do_swap_a(list);
ft_lst_printf_int_content("after sort 3nbrs:", *list);
}
return (*list);
}

0 comments on commit 8490d9a

Please sign in to comment.