File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -173,14 +173,14 @@ impl Options {
173
173
174
174
// Display errors and warnings
175
175
if !check_errors. is_empty ( ) {
176
- eprintln ! ( "===== Errors =====" ) ;
176
+ eprintln ! ( "\n \n ===== Errors =====" ) ;
177
177
eprintln ! ( "These issues prevent migrating from Synapse to MAS right now:\n " ) ;
178
178
for error in & check_errors {
179
179
eprintln ! ( "• {error}\n " ) ;
180
180
}
181
181
}
182
182
if !check_warnings. is_empty ( ) {
183
- eprintln ! ( "===== Warnings =====" ) ;
183
+ eprintln ! ( "\n \n ===== Warnings =====" ) ;
184
184
eprintln ! (
185
185
"These potential issues should be considered before migrating from Synapse to MAS right now:\n "
186
186
) ;
@@ -234,6 +234,7 @@ impl Options {
234
234
let mut rng = thread_rng ( ) ;
235
235
236
236
let mas_matrix = MatrixConfig :: extract ( figment) ?;
237
+ eprintln ! ( "\n \n " ) ; // padding above progress bar
237
238
syn2mas:: migrate (
238
239
reader,
239
240
writer,
You can’t perform that action at this time.
0 commit comments