mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
fix: inline error formatting (x2)
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
parent
d02683f622
commit
682bf7cee1
1 changed files with 1 additions and 1 deletions
|
@ -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}");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue