Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 28, 2024
1 parent 06268a0 commit 937c47e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tiledb/api/c_api/array_schema/array_schema_api_external.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ TILEDB_EXPORT capi_return_t tiledb_array_schema_alloc(
* tiledb_array_schema_t* array_schema;
* uint64_t t1 = 10;
* uint64_t t2 = 20;
* tiledb_array_schema_alloc_at_timestamp(ctx, TILEDB_DENSE, t1, t2, &array_schema);
* tiledb_array_schema_alloc_at_timestamp(ctx, TILEDB_DENSE, t1, t2,
* &array_schema);
* @endcode
*
* @param[in] ctx The TileDB context.
Expand Down

0 comments on commit 937c47e

Please sign in to comment.