Skip to content

Commit c4701c5

Browse files
committed
removed a whitespace
1 parent 0756096 commit c4701c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io_npy_load.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ contains
138138
& + ichar(buf(3)) * 256**2 &
139139
& + ichar(buf(4)) * 256**3
140140
else
141-
header_len = ichar(buf(1)) &
141+
header_len = ichar(buf(1)) &
142142
& + ichar(buf(2)) * 256**1
143143
end if
144144
allocate(character(header_len) :: dict, stat=stat)

0 commit comments

Comments
 (0)