chore: cargo fmt

This commit is contained in:
LoricAndre 2024-12-01 16:07:16 +01:00
parent e3637e068e
commit 7a7a1b4e3c

View file

@ -312,7 +312,7 @@ impl Skim {
/// - `SkimOutput`: the collected key, event, query, selected items, etc.
///
/// # Panics
///
///
/// Panics if the tui fails to initilize
#[must_use]
pub fn run_with(options: &SkimOptions, source: Option<SkimItemReceiver>) -> Option<SkimOutput> {