Issue 3223: reformat via cargo fmt

This commit is contained in:
Alexander McLin
2026-04-04 13:41:52 -04:00
parent 83218bf0da
commit 9d49415449
4 changed files with 38 additions and 38 deletions

View File

@@ -102,7 +102,7 @@ pub(crate) fn set_prompt(value: bool) {
#[cfg(feature = "repl")]
#[inline]
fn get_prompt() -> &'static str {
if unsafe { PROMPT } { "?- " } else { "" }
if unsafe { PROMPT } { "?- " } else { "" }
}
thread_local! {