diff --git a/tests/sorts/tests_quick_sort.f90 b/tests/sorts/tests_quick_sort.f90 index 0bbfd9d..6218101 100644 --- a/tests/sorts/tests_quick_sort.f90 +++ b/tests/sorts/tests_quick_sort.f90 @@ -89,4 +89,4 @@ subroutine run_test(array) print *, "" end subroutine run_test -end program tests_quick_sort +end program tests_quick_sort \ No newline at end of file