We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de048ec commit 263cd1fCopy full SHA for 263cd1f
nexus/reconfigurator/planning/src/blueprint_builder/builder.rs
@@ -555,7 +555,7 @@ impl<'a> BlueprintBuilder<'a> {
555
oximeter_read_mode: OximeterReadMode::SingleNode,
556
time_created: now_db_precision(),
557
creator: creator.to_owned(),
558
- comment: format!("starting blueprint (empty)"),
+ comment: "starting blueprint (empty)".to_string(),
559
// The only reason to create empty blueprints is tests. If that
560
// changes (e.g., if RSS starts using this builder to generate its
561
// blueprints), we could take a `source` argument instead.
0 commit comments