Skip to content

Commit c438216

Browse files
committed
Whitespace cleanup
1 parent 631cffe commit c438216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/meson.options

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ option(
2626
'json',
2727
type: 'boolean',
2828
description: 'Build Arrow with JSON support',
29-
value: false,
29+
value: false,
3030
)
3131

3232
option(
@@ -49,12 +49,12 @@ option(
4949
'testing',
5050
type: 'boolean',
5151
description: 'Build the Arrow testing libraries',
52-
value: false,
52+
value: false,
5353
)
5454

5555
option(
5656
'tests',
5757
type: 'boolean',
5858
description: 'Build the Arrow googletest unit tests',
59-
value: false,
59+
value: false,
6060
)

0 commit comments

Comments
 (0)