Skip to content

Commit 8d36da6

Browse files
committed
Blank line insertion and deletion
1 parent c7c8bcd commit 8d36da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/linalg/test_linalg_matrix_property_checks.fypp

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ contains
5858
#:endfor
5959
#:endfor
6060
]
61-
6261
end subroutine collect_linalg_matrix_property_checks
6362

63+
6464
!is_square
6565
#:for k1, t1, s1 in RCI_KINDS_TYPES_SUFFIXES
6666
subroutine test_is_square_${s1}$(error)
@@ -519,6 +519,7 @@ contains
519519

520520
end module
521521

522+
522523
program tester
523524
use, intrinsic :: iso_fortran_env, only : error_unit
524525
use testdrive, only : run_testsuite, new_testsuite, testsuite_type

0 commit comments

Comments
 (0)