From bc2d629de6a52afd84832d9fe1d3a0578562e603 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 9 Jan 2025 16:00:37 -0500 Subject: [PATCH] format --- tiledb/sm/array_schema/current_domain.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tiledb/sm/array_schema/current_domain.cc b/tiledb/sm/array_schema/current_domain.cc index 2ede651d856..278bba98884 100644 --- a/tiledb/sm/array_schema/current_domain.cc +++ b/tiledb/sm/array_schema/current_domain.cc @@ -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"); } }