Skip to content

Commit b390dc8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example/strings/demo_padr.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
program demo_padr
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: padr
44
implicit none
55
type(string_type) :: string

0 commit comments

Comments
 (0)