Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Jan 10, 2025
1 parent 53aced4 commit 47feb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/managed_query.h
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ class ManagedQuery {
// declaration order is significant. Context (ctx_) MUST be declared
// BEFORE Array (array_) so that ctx_ will be destructed last.

// TileDB context object.
// TileDB context object
std::shared_ptr<Context> ctx_;

// TileDB array being queried.
Expand Down

0 comments on commit 47feb1f

Please sign in to comment.