Increase gap size

This commit is contained in:
Matthias Beyer 2018-02-20 17:46:50 +01:00
parent 0315ee4fc2
commit c4b33005fd
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ fn main() {
.map(|v| v.stdout)
{
Ok(s) => match String::from_utf8(s) {
Ok(s) => format!("{:10} -> {}", command, s),
Ok(s) => format!("{:15} -> {}", command, s),
Err(e) => format!("UTF8 Error while working with output of imag{}: {:?}", command, e),
},
Err(e) => format!("Failed calling imag-{} -> {:?}", command, e),