aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-12-07 10:59:53 +0000
committerGitHub <noreply@github.com>2020-12-07 10:59:53 +0000
commitdb93172961aca4f4ba990264d2accfa2dd44a1d1 (patch)
tree987952f69356842cb8390e5698c5d85b31d4e583
parent418454ceee23ddd835b4b1a8cd85050ed50d2925 (diff)
downloadfpm-db93172961aca4f4ba990264d2accfa2dd44a1d1.tar.gz
fpm-db93172961aca4f4ba990264d2accfa2dd44a1d1.zip
Remove spurious whitespace change
-rw-r--r--fpm/test/fpm_test/test_module_dependencies.f901
1 files changed, 0 insertions, 1 deletions
diff --git a/fpm/test/fpm_test/test_module_dependencies.f90 b/fpm/test/fpm_test/test_module_dependencies.f90
index a7fc269..5d78e0c 100644
--- a/fpm/test/fpm_test/test_module_dependencies.f90
+++ b/fpm/test/fpm_test/test_module_dependencies.f90
@@ -72,7 +72,6 @@ contains
if (allocated(error)) then
return
end if
-
if (size(model%targets) /= 3) then
call test_failed(error,'Incorrect number of model%targets - expecting three')
return