Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 24, 2024
1 parent 46df48a commit ace1acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iteration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function basketarray(f::ROOTFile, path::AbstractString, ithbasket)
return basketarray(f, branch, ithbasket)
end

function rawbasketarray(f::ROOTFile, branch, ithbasket::Integer;)
function rawbasketarray(f::ROOTFile, branch, ithbasket::Integer)
length(branch.fLeaves.elements) > 1 && error(
"Branches with multiple leaves are not supported yet. Try reading with `array(...; raw=true)`.",
)
Expand Down

0 comments on commit ace1acb

Please sign in to comment.