Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Apr 9, 2024
1 parent cca4451 commit da16720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/soma_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ SOMAArray::SOMAArray(
, result_order_(ResultOrder::automatic)
, timestamp_(timestamp)
, mq_(std::make_unique<ManagedQuery>(arr, ctx_->tiledb_ctx(), name_))
, arr_(arr) {)
, arr_(arr) {
reset({}, batch_size_, result_order_);
fill_metadata_cache();
}
Expand Down

0 comments on commit da16720

Please sign in to comment.