Skip to content

Commit

Permalink
test:
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Apr 27, 2024
1 parent de1fcdd commit bfd3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fpm/downloader.f90
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module fpm_downloader

contains

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

0 comments on commit bfd3917

Please sign in to comment.