Skip to content

Commit 4d430f6

Browse files
committed
crimson/.../shard_services.cc: trivial formatting fix
Signed-off-by: Samuel Just <[email protected]>
1 parent f719449 commit 4d430f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crimson/osd/shard_services.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ seastar::future<MURef<MOSDMap>> OSDSingletonState::build_incremental_map_msg(
809809
monc.get_fsid(),
810810
osdmap->get_encoding_features()),
811811
[this, &first, FNAME, last](unsigned int map_message_max,
812-
auto& m) {
812+
auto &m) {
813813
m->cluster_osdmap_trim_lower_bound = superblock.cluster_osdmap_trim_lower_bound;
814814
m->newest_map = superblock.get_newest_map();
815815
auto maybe_handle_mapgap = seastar::now();

0 commit comments

Comments
 (0)