Skip to content

Commit

Permalink
run make format with clang-format 18.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Jan 7, 2025
1 parent 162c6f8 commit ccf850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/soma_object.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <string>
#include <tiledb/tiledb>

#include "../utils/logger.h" // for fmt
#include "soma_array.h"
#include "soma_collection.h"
#include "soma_dataframe.h"
Expand All @@ -13,7 +14,6 @@
#include "soma_point_cloud_dataframe.h"
#include "soma_scene.h"
#include "soma_sparse_ndarray.h"
#include "../utils/logger.h" // for fmt

namespace tiledbsoma {

Expand Down

0 comments on commit ccf850b

Please sign in to comment.