Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 24, 2017
1 parent fe13ef3 commit 53ce04b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/arrow/array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ DecimalArray::DecimalArray(const std::shared_ptr<internal::ArrayData>& data)
DCHECK_EQ(data->type->id(), Type::DECIMAL);
}


#define DECIMAL_TO_STRING_CASE(bits, bytes, precision, scale) \
case bits: { \
decimal::Decimal##bits value; \
Expand Down

0 comments on commit 53ce04b

Please sign in to comment.