Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Dec 1, 2024
1 parent e3637e0 commit 7a7a1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skim/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 7a7a1b4

Please sign in to comment.