Skip to content

Commit 6fd7361

Browse files
committed
Removed colons.
1 parent c7c6ef0 commit 6fd7361

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fpm/src/fpm_filesystem.f90

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module fpm_filesystem
2-
use :: fpm_environment, only: get_os_type, &
3-
OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_WINDOWS, &
4-
OS_CYGWIN, OS_SOLARIS, OS_FREEBSD
5-
use :: fpm_strings, only: f_string, string_t, split
2+
use fpm_environment, only: get_os_type, &
3+
OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_WINDOWS, &
4+
OS_CYGWIN, OS_SOLARIS, OS_FREEBSD
5+
use fpm_strings, only: f_string, string_t, split
66
implicit none
77
private
88
public :: basename, join_path, number_of_rows, read_lines, list_files, &

0 commit comments

Comments
 (0)