Skip to content

Commit c4ee78b

Browse files
committed
Separate with underscores.
1 parent 8fd8b8d commit c4ee78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rs/_internal/search/hash_prune_table.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ impl<TPuzzle: SemiGroupActionPuzzle + HashablePatternPuzzle> PruneTable<TPuzzle>
272272

273273
self.mutable.search_logger.write_info(&format!(
274274
"[Prune table] Population is {} entries ({}% of {} slots).",
275-
self.mutable.population,
275+
self.mutable.population.separate_with_underscores(),
276276
((self.mutable.population as f32) / (self.mutable.prune_table_size as f32)).round()
277277
as usize,
278-
self.mutable.prune_table_size
278+
self.mutable.prune_table_size.separate_with_underscores()
279279
));
280280
}
281281
}

0 commit comments

Comments
 (0)