diff --git a/db/config.hh b/db/config.hh index e339164701..c93806fee8 100644 --- a/db/config.hh +++ b/db/config.hh @@ -84,8 +84,14 @@ struct experimental_features_t { // NOTE: RAFT and BROADCAST_TABLES features are not enabled via `experimental` umbrella flag. // These options should be enabled explicitly. // RAFT feature has to be enabled if BROADCAST_TABLES is enabled. - enum class feature { UNUSED, UDF, ALTERNATOR_STREAMS, RAFT, - BROADCAST_TABLES, KEYSPACE_STORAGE_OPTIONS }; + enum class feature { + UNUSED, + UDF, + ALTERNATOR_STREAMS, + RAFT, + BROADCAST_TABLES, + KEYSPACE_STORAGE_OPTIONS, + }; static std::map map(); // See enum_option. static std::vector> all(); };