From 4d430f673a64bbfab0682911de8b22a44fc052bb Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 20 Feb 2024 16:41:26 -0800 Subject: [PATCH] crimson/.../shard_services.cc: trivial formatting fix Signed-off-by: Samuel Just --- src/crimson/osd/shard_services.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crimson/osd/shard_services.cc b/src/crimson/osd/shard_services.cc index 604c045eb9b..e20e310dc2c 100644 --- a/src/crimson/osd/shard_services.cc +++ b/src/crimson/osd/shard_services.cc @@ -809,7 +809,7 @@ seastar::future> OSDSingletonState::build_incremental_map_msg( monc.get_fsid(), osdmap->get_encoding_features()), [this, &first, FNAME, last](unsigned int map_message_max, - auto& m) { + auto &m) { m->cluster_osdmap_trim_lower_bound = superblock.cluster_osdmap_trim_lower_bound; m->newest_map = superblock.get_newest_map(); auto maybe_handle_mapgap = seastar::now(); -- 2.39.5