Skip to content

Commit dbb6753

Browse files
reivilibresandhose
andauthored
Update crates/cli/src/commands/syn2mas.rs
Co-authored-by: Quentin Gliech <[email protected]>
1 parent cc0da1b commit dbb6753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/commands/syn2mas.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ impl Options {
236236

237237
// TODO progress reporting
238238
let mas_matrix = MatrixConfig::extract(figment)?;
239-
eprintln!("\n\n"); // padding above progress bar
239+
eprintln!("\n\n");
240240
syn2mas::migrate(
241241
reader,
242242
writer,

0 commit comments

Comments
 (0)