Skip to content

Commit

Permalink
break format
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Sep 25, 2024
1 parent 0125b75 commit d02aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sorts/tests_quick_sort.f90
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subroutine run_test(array)
! Print original array
print *, "Original array:"
do i = 1, n
print *, array(i)
print *, array(i)
end do

! Call quick_sort
Expand Down

0 comments on commit d02aac2

Please sign in to comment.