Skip to content

Commit ca49ce6

Browse files
antiraisshantanuraj
authored andcommitted
nl after error msg
1 parent c63b29c commit ca49ce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ impl Display for ApiError {
2121
constants::ISSUE_LINK.blue().bold().underline()
2222
),
2323
};
24-
write!(f, "{summary}")
24+
writeln!(f, "{summary}")
2525
}
2626
}
2727

@@ -92,7 +92,7 @@ impl Display for PickerError {
9292
}
9393
.red(),
9494
);
95-
write!(f, "{summary}")
95+
writeln!(f, "{summary}")
9696
}
9797
}
9898

0 commit comments

Comments
 (0)