Skip to content

Commit 43ed837

Browse files
committed
Use :: after public
1 parent 8d33ead commit 43ed837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_error.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module stdlib_error
22
implicit none
33
private
4-
public assert, error_stop
4+
public :: assert, error_stop
55

66
contains
77

0 commit comments

Comments
 (0)