diff --git a/apps/desktop/desktop_native/autotype/src/lib.rs b/apps/desktop/desktop_native/autotype/src/lib.rs index 053d1f3bf9e..c4ab64dee59 100644 --- a/apps/desktop/desktop_native/autotype/src/lib.rs +++ b/apps/desktop/desktop_native/autotype/src/lib.rs @@ -21,6 +21,4 @@ pub fn type_input(input: Vec) -> std::result::Result<(), ()> { windowing::type_input(input) } -pub fn foo_bar() -> std::result::Result<(), ()> { - Ok(()) -} +pub fn foo_bar() {}