Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
acquamarin committed Dec 18, 2024
1 parent 3680873 commit a8596a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/fts/src/fts_extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#include "catalog/catalog_entry/catalog_entry_type.h"
#include "function/create_fts_index.h"
#include "function/drop_fts_index.h"
#include "function/get_keys.h"
#include "function/query_fts_gds.h"
#include "function/query_fts_index.h"
#include "function/get_keys.h"
#include "function/stem.h"
#include "main/client_context.h"
#include "main/database.h"
Expand Down

0 comments on commit a8596a8

Please sign in to comment.