reformat some readme stuff

This commit is contained in:
Ava Apples Affine 2023-03-20 23:11:29 -07:00
parent 751388b04c
commit df6b5b5f06
Signed by: affine
GPG key ID: 3A4645B8CF806069
2 changed files with 11 additions and 12 deletions

View file

@ -38,7 +38,7 @@ impl Prompt for CustomPrompt<'_> {
fn render_prompt_right(&self) -> Cow<str> {
{
Cow::Owned(format!(" <"))
Cow::Owned(format!(""))
}
}