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 {
173173
174174 // Display errors and warnings
175175 if !check_errors. is_empty ( ) {
176- eprintln ! ( "===== Errors =====" ) ;
176+ eprintln ! ( "\n \n ===== Errors =====" ) ;
177177 eprintln ! ( "These issues prevent migrating from Synapse to MAS right now:\n " ) ;
178178 for error in & check_errors {
179179 eprintln ! ( "• {error}\n " ) ;
180180 }
181181 }
182182 if !check_warnings. is_empty ( ) {
183- eprintln ! ( "===== Warnings =====" ) ;
183+ eprintln ! ( "\n \n ===== Warnings =====" ) ;
184184 eprintln ! (
185185 "These potential issues should be considered before migrating from Synapse to MAS right now:\n "
186186 ) ;
@@ -234,6 +234,7 @@ impl Options {
234234
235235 // TODO progress reporting
236236 let mas_matrix = MatrixConfig :: extract ( figment) ?;
237+ eprintln ! ( "\n \n " ) ; // padding above progress bar
237238 syn2mas:: migrate (
238239 reader,
239240 writer,
You can’t perform that action at this time.
0 commit comments