Skip to content

Commit a5ce1f2

Browse files
committed
chore: fix up rustfmt and clippy (maybe version difference?)
1 parent 402577c commit a5ce1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/atuin/src/command/client/search/interactive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ pub async fn history(
11841184
inspecting.as_ref(),
11851185
settings,
11861186
theme,
1187-
)
1187+
);
11881188
})?;
11891189

11901190
let initial_input = app.search.input.as_str().to_owned();

0 commit comments

Comments
 (0)