From 28ebfb86161decea2a83184f5a8d98a143ce17f6 Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Wed, 20 Nov 2024 14:35:03 -0500 Subject: [PATCH] linting --- src/nanoarrow/common/inline_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nanoarrow/common/inline_types.h b/src/nanoarrow/common/inline_types.h index 696052f0c..d4fdfba97 100644 --- a/src/nanoarrow/common/inline_types.h +++ b/src/nanoarrow/common/inline_types.h @@ -906,8 +906,8 @@ struct ArrowDecimal { /// \brief The number of digits after the decimal point. This can be negative. int32_t scale; - /// \brief The number of 64-bit words in the words array. For the special case of a 32-bit - /// decimal value, this will be 0. + /// \brief The number of 64-bit words in the words array. For the special case of a + /// 32-bit decimal value, this will be 0. int n_words; /// \brief Cached value used by the implementation