Skip to content

Commit a9e8588

Browse files
committed
Where is the comma
1 parent 42bf98d commit a9e8588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_io_np_load.fypp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ contains
203203
select type (typed_array => arrays(i)%array)
204204
class is (t_array_${t1[0]}$${k1}$_${rank}$)
205205
allocate(typed_array%values, source=array)
206-
print *, 'array size: ' size(array)
207-
print *, 'typed_array%value size: ' size(typed_array%values)
206+
print *, 'array size: ', size(array)
207+
print *, 'typed_array%value size: ', size(typed_array%values)
208208
class default
209209
msg = 'Failed to allocate values.'; stat = 1
210210
close(io, status='delete'); return

0 commit comments

Comments
 (0)