aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Smit <freevryheid@gmail.com>2022-01-20 12:06:13 -0600
committerGitHub <noreply@github.com>2022-01-20 12:06:13 -0600
commit18e5f5941728bbeedf2a3a604aa82d9aea8689f9 (patch)
tree4906002656d4f85541fb21d79b5f872662cb7a8a
parent5143d1968f8299673c6712dc0074f1e40db16361 (diff)
downloadfpm-18e5f5941728bbeedf2a3a604aa82d9aea8689f9.tar.gz
fpm-18e5f5941728bbeedf2a3a604aa82d9aea8689f9.zip
Update src/fpm/cmd/new.f90
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
-rw-r--r--src/fpm/cmd/new.f901
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fpm/cmd/new.f90 b/src/fpm/cmd/new.f90
index b00aa06..6b04336 100644
--- a/src/fpm/cmd/new.f90
+++ b/src/fpm/cmd/new.f90
@@ -612,7 +612,6 @@ function git_user(what) result(user)
if (len(user)==0) then
user = default_user(what)
end if
- return
end function git_user
subroutine create_verified_basic_manifest(filename)