aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Smit <freevryheid@gmail.com>2022-01-20 12:06:19 -0600
committerGitHub <noreply@github.com>2022-01-20 12:06:19 -0600
commitfe93a5b868a37b9bb80f8573e80124d5a20afb8b (patch)
treed76a61c23d6d66a0b9bda8e6d20273bfcfcac701
parent18e5f5941728bbeedf2a3a604aa82d9aea8689f9 (diff)
downloadfpm-fe93a5b868a37b9bb80f8573e80124d5a20afb8b.tar.gz
fpm-fe93a5b868a37b9bb80f8573e80124d5a20afb8b.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 6b04336..c14ee3c 100644
--- a/src/fpm/cmd/new.f90
+++ b/src/fpm/cmd/new.f90
@@ -583,7 +583,6 @@ function default_user(what) result(user)
else
user = "jane.doe@example.com"
end if
- return
end function default_user
function git_user(what) result(user)