Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 9, 2025
1 parent f0d776b commit 34d9883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tiledb/sm/array_schema/current_domain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,7 @@ std::string CurrentDomain::as_string() const {
// As of 2025-01-09 there is no other such type. When/if we do make such a
// type, we'd need to configure it to return a description of itself.
throw std::runtime_error(
"CurrentDomain::as_string of non-NDRectangle type is not implemented";
);
"CurrentDomain::as_string of non-NDRectangle type is not implemented";);
}
}

Expand Down

0 comments on commit 34d9883

Please sign in to comment.