diff --git a/sstables_loader_helpers.hh b/sstables_loader_helpers.hh index b52f6279ea..fb5bae14df 100644 --- a/sstables_loader_helpers.hh +++ b/sstables_loader_helpers.hh @@ -34,9 +34,8 @@ struct minimal_sst_info { future download_sstable(replica::database& db, replica::table& table, sstables::shared_sstable sstable, logging::logger& logger); template > -seastar::future, std::vector>> get_sstables_for_tablet(Range&& ranges, - const dht::token_range& token_range, - auto&& get_first, auto&& get_last) { +seastar::future, std::vector>> +get_sstables_for_tablet(Range&& ranges, const dht::token_range& token_range, auto&& get_first, auto&& get_last) { std::vector fully_contained; std::vector partially_contained; for (const auto& range : ranges) {