Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Dec 11, 2024
1 parent a74447e commit c76c07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtiledbsoma/src/soma/managed_query.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ class ManagedQuery {
* list of selected columns is empty. This prevents a `select_columns` call
* from changing an empty list (all columns) to a subset of columns.
*
* NB: you may only select a given column once. Selecting twice will generate
* an error in read_next.
* NB: you may only select a given column once. Selecting twice will
* generate an error in read_next.
*
* @param names Vector of column names
* @param if_not_empty Prevent changing an "empty" selection of all columns
Expand Down

0 comments on commit c76c07c

Please sign in to comment.