Skip to content

Commit e8a26c8

Browse files
fix format
1 parent 4857d60 commit e8a26c8

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
@@ -631,7 +631,7 @@ TEST_CASE(
631631

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

0 commit comments

Comments
 (0)