Skip to content

Commit c3ca0c8

Browse files
jvdp114NGiestas
andauthored
Update test/example/strings/demo_replace_all.f90
Co-authored-by: Ian Giestas Pauli <[email protected]>
1 parent 0a2f030 commit c3ca0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example/strings/demo_replace_all.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program demo_replace_all
2-
use stdlib_string_type, only: string_type, assignment(=)
2+
use stdlib_string_type, only: string_type, assignment(=), write(formatted)
33
use stdlib_strings, only: replace_all
44
implicit none
55
type(string_type) :: string

0 commit comments

Comments
 (0)