Skip to content

Commit 263cd1f

Browse files
committed
clippy
1 parent de048ec commit 263cd1f

File tree

1 file changed

+1
-1
lines changed
  • nexus/reconfigurator/planning/src/blueprint_builder

1 file changed

+1
-1
lines changed

nexus/reconfigurator/planning/src/blueprint_builder/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ impl<'a> BlueprintBuilder<'a> {
555555
oximeter_read_mode: OximeterReadMode::SingleNode,
556556
time_created: now_db_precision(),
557557
creator: creator.to_owned(),
558-
comment: format!("starting blueprint (empty)"),
558+
comment: "starting blueprint (empty)".to_string(),
559559
// The only reason to create empty blueprints is tests. If that
560560
// changes (e.g., if RSS starts using this builder to generate its
561561
// blueprints), we could take a `source` argument instead.

0 commit comments

Comments
 (0)