Skip to content

Commit e88eba9

Browse files
committed
fix: cargo fmt
1 parent 7b0d233 commit e88eba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-dump-composer/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn main() -> Result<(), anyhow::Error> {
2626
"Environment config:\n IGNORE_CRIO={}\nCRIO_IMAGE_CMD={}\nUSE_CRIO_CONF={}",
2727
cc.ignore_crio, cc.image_command, cc.use_crio_config
2828
);
29-
29+
3030
info!("Set logfile to: {:?}", &log_path);
3131
debug!("Creating dump for {}", cc.get_templated_name());
3232

0 commit comments

Comments
 (0)