Skip to content

Commit

Permalink
add extra line separator
Browse files Browse the repository at this point in the history
  • Loading branch information
SRetip committed Mar 20, 2024
1 parent c50849f commit 2116269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/move/willbe/src/entity/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ mod private
failed += 1;
let mut out = report.out.replace( "\n", "\n " );
out.push_str( "\n" );
write!( f, " ❌ > {}\n{out}", report.command )?;
write!( f, " ❌ > {}\n\n{out}", report.command )?;
"❌"
},
};
Expand Down

0 comments on commit 2116269

Please sign in to comment.