Skip to content

Commit cb5d94e

Browse files
committed
remove inline documentation lines
1 parent 21a9261 commit cb5d94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fpm/cmd/new.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ subroutine cmd_new(settings)
581581
function git_metadata(what) result(returned)
582582
!> get metadata values such as email address and git name from git(1) or return appropriate default
583583
use fpm_filesystem, only : get_temp_filename, getline
584-
character(len=*), intent(in) :: what !> keyword designating what git metatdata to query
585-
character(len=:), allocatable :: returned !> value to return for requested keyword
584+
character(len=*), intent(in) :: what ! keyword designating what git metatdata to query
585+
character(len=:), allocatable :: returned ! value to return for requested keyword
586586
character(len=:), allocatable :: command
587587
character(len=:), allocatable :: temp_filename
588588
character(len=:), allocatable :: iomsg

0 commit comments

Comments
 (0)