Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed Sep 27, 2024
1 parent 39873ed commit 22c4f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EDStore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function initialize!(store::EDStore{ED}) where ED <: POD
end

function Base.empty!(store::EDStore{ED}) where ED <: POD
store.objects isa StructArray & empty!(store.objects)
store.objects isa StructArray && empty!(store.objects)
for (i,R) in enumerate(relations(ED))
store.relations[i] isa Vector && empty!(store.relations[i])
end
Expand Down

0 comments on commit 22c4f7b

Please sign in to comment.