Skip to content

Commit 060db2d

Browse files
authored
Reorder function exports
1 parent 734551d commit 060db2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_string_type.f90

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ module stdlib_string_type
1919
private
2020

2121
public :: string_type
22-
public :: len, len_trim, trim, index, scan, verify, repeat, adjustr, &
23-
adjustl, to_lower, to_upper, to_title, reverse
22+
public :: len, len_trim, trim, index, scan, verify, repeat, adjustr, adjustl
2423
public :: lgt, lge, llt, lle, char, ichar, iachar
24+
public :: to_lower, to_upper, to_title, reverse
2525
public :: assignment(=)
2626
public :: operator(>), operator(>=), operator(<), operator(<=)
2727
public :: operator(==), operator(/=), operator(//)

0 commit comments

Comments
 (0)