Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Nov 20, 2024
1 parent 5b20f2f commit 28ebfb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nanoarrow/common/inline_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28ebfb8

Please sign in to comment.