From 702a644f68c687142c9a03b48cf451665ed41b62 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Sun, 11 Sep 2022 16:24:16 +0100 Subject: better cursor search (#473) * improve cursor code * proper unicode support * refactor and test * fmt * clippy * move methods to state * refactor search modules --- atuin-client/src/database.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client/src/database.rs') diff --git a/atuin-client/src/database.rs b/atuin-client/src/database.rs index 7b3ab3be..ba28daf3 100644 --- a/atuin-client/src/database.rs +++ b/atuin-client/src/database.rs @@ -461,7 +461,7 @@ mod test { Some("beep boop".to_string()), Some("booop".to_string()), ); - return db.save(&history).await; + db.save(&history).await } #[tokio::test(flavor = "multi_thread")] -- cgit v1.3.1