Skip to content

Commit 00892a8

Browse files
authored
format fix (#10)
2 parents 6117c8b + 615c89a commit 00892a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ async fn main() -> Result<()> {
114114
];
115115

116116
if record_hostinfo {
117-
println!("Collecting information about the current host as part of locally-generated preinstall report.");
117+
println!(
118+
"Collecting information about the current host as part of locally-generated preinstall report."
119+
);
118120
println!("The information collected will remain on this host.");
119121
groups.push(Box::new(SystemRecorder::new(host_executor.clone())));
120122
}

0 commit comments

Comments
 (0)