Skip to content

Commit bfd3917

Browse files
committed
test:
1 parent de1fcdd commit bfd3917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/downloader.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module fpm_downloader
1818

1919
contains
2020

21-
!> Perform an http get request, save output to file, and parse json.
21+
!> Perform an http get request, save output to file, and parse json.
2222
subroutine get_pkg_data(url, version, tmp_pkg_file, json, error)
2323
character(*), intent(in) :: url
2424
type(version_t), allocatable, intent(in) :: version

0 commit comments

Comments
 (0)