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

@ -494,7 +494,6 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- Readme documentation for POSIX module - Readme documentation for POSIX module
- logging library - logging library
- make const all the error messages - make const all the error messages
- Should globals be immutable?
** TODO alpha tasks ** TODO alpha tasks
- Rename to Flesh - Rename to Flesh

View file

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