Skip to content

Commit 20c1d2b

Browse files
author
Roy Lin
committed
style(runtime): rustfmt the template.built event message
1 parent 93a8f82 commit 20c1d2b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/runtime/src/pool/warm_pool.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,10 @@ impl WarmPool {
499499
*guard = TemplateState::Ready(tpl.clone());
500500
event_emitter.emit(BoxEvent::with_string(
501501
"pool.template.built",
502-
format!("Snapshot-fork template built for image {}", box_config.image),
502+
format!(
503+
"Snapshot-fork template built for image {}",
504+
box_config.image
505+
),
503506
));
504507
Ok(tpl)
505508
}

0 commit comments

Comments
 (0)