From ace1acb42722db967fe333b2daf9ab02945482bc Mon Sep 17 00:00:00 2001 From: Moelf Date: Thu, 24 Oct 2024 11:26:53 +0200 Subject: [PATCH] fix format --- src/iteration.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iteration.jl b/src/iteration.jl index 79c272c1..5c904264 100644 --- a/src/iteration.jl +++ b/src/iteration.jl @@ -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)`.", )