fix: inline error formatting (x2)

Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
Erica Marigold 2023-08-15 11:33:36 +05:30 committed by GitHub
parent d02683f622
commit 682bf7cee1
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ pub async fn show_interface(cmd: Command) -> Result<ExitCode> {
prompt_state = PromptState::Continuation;
source_code.push('\n')
} else {
eprintln!("{}", err);
eprintln!("{err}");
}
}
};