Skip to content

Commit

Permalink
help out compiler pre Julia v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 10, 2023
1 parent bc515d3 commit f4d45d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RNTuple/footer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function read_pagedesc(io, pagedescs::Vector{PageDescription}, nbits::Integer; s
end
end

return reduce(vcat, res)
return reduce(vcat, res)::Vector{UInt8}

Check warning on line 131 in src/RNTuple/footer.jl

View check run for this annotation

Codecov / codecov/patch

src/RNTuple/footer.jl#L131

Added line #L131 was not covered by tests
end

struct PageLink end
Expand Down

0 comments on commit f4d45d9

Please sign in to comment.