Skip to content

Commit 305b2f7

Browse files
fix format
1 parent 26b6af3 commit 305b2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/unit-cppapi-max-fragment-size.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ TEST_CASE(
632632

633633
// Populate array with data from 1 to 9
634634
int value = 0;
635-
for (int i = 0; i < 9; i+=3) {
635+
for (int i = 0; i < 9; i += 3) {
636636
Array array(ctx, array_name, TILEDB_WRITE);
637637
Query query(ctx, array);
638638
query.set_layout(TILEDB_ROW_MAJOR);

0 commit comments

Comments
 (0)