Skip to content

Commit daa3173

Browse files
committed
space wrangling
1 parent dbf6ac2 commit daa3173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/src/datatype.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ std::shared_ptr<arrow::DataType> Decimal256Type__initialize(int32_t precision,
215215

216216
// [[arrow::export]]
217217
std::shared_ptr<arrow::DataType> SmallestDecimal__initialize(int32_t precision,
218-
int32_t scale) {
218+
int32_t scale) {
219219
return arrow::smallest_decimal(precision, scale);
220220
}
221221

0 commit comments

Comments
 (0)