Skip to content

Commit 1975e92

Browse files
committed
Removed colons.
1 parent 6fd7361 commit 1975e92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fpm/src/fpm_command_line.f90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module fpm_command_line
2-
use :: fpm_environment, only: get_os_type, &
3-
OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_WINDOWS, &
4-
OS_CYGWIN, OS_SOLARIS, OS_FREEBSD
2+
use fpm_environment, only: get_os_type, &
3+
OS_UNKNOWN, OS_LINUX, OS_MACOS, OS_WINDOWS, &
4+
OS_CYGWIN, OS_SOLARIS, OS_FREEBSD
55
implicit none
66

77
private

0 commit comments

Comments
 (0)