From e87ff54699cad8f2f8e62331ebb3d7609f9d468a Mon Sep 17 00:00:00 2001 From: Agus Zubiaga Date: Thu, 30 Jan 2025 18:08:02 -0300 Subject: [PATCH] Fix formatting --- crates/zeta/src/zeta.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/zeta/src/zeta.rs b/crates/zeta/src/zeta.rs index 287cf47185b489ba54577481aef9e3a894989818..f607d78b73b26909103192f57928af940b16973f 100644 --- a/crates/zeta/src/zeta.rs +++ b/crates/zeta/src/zeta.rs @@ -531,9 +531,7 @@ and then another ) -> Task>> { use std::future::ready; - self.request_completion_impl(buffer, position, false, cx, |_, _, _| { - ready(Ok(response)) - }) + self.request_completion_impl(buffer, position, false, cx, |_, _, _| ready(Ok(response))) } pub fn request_completion(