Skip to content

Commit 13a9341

Browse files
aman-godaraawvwgk
andcommitted
removed explicit private keyword for compute_lps in src/stdlib_strings.f90
Co-authored-by: Sebastian Ehlert <[email protected]>
1 parent e34d05a commit 13a9341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_strings.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module stdlib_strings
88
use stdlib_string_type, only: string_type, char, verify
99
use stdlib_optval, only: optval
1010
implicit none
11-
private :: compute_lps
11+
private
1212

1313
public :: strip, chomp
1414
public :: starts_with, ends_with

0 commit comments

Comments
 (0)