Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Oct 10, 2024
1 parent 6a249c8 commit 2fcc5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZGroup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2fcc5d6

Please sign in to comment.