From 2fcc5d645c84bfd47631bd61b0d620e05fdef10d Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Thu, 10 Oct 2024 09:03:53 -0700 Subject: [PATCH] Fix syntax error --- src/ZGroup.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZGroup.jl b/src/ZGroup.jl index 4c6a765..35515ed 100644 --- a/src/ZGroup.jl +++ b/src/ZGroup.jl @@ -128,7 +128,7 @@ end Create a new zgroup in the store `s` """ -function zgroup(s::AbstractStore, path::String=""; attrs=Dict(); indent_json::Bool= false) +function zgroup(s::AbstractStore, path::String=""; attrs=Dict(), indent_json::Bool= false) d = Dict("zarr_format"=>2) isemptysub(s, path) || error("Store is not empty") b = IOBuffer()