diff --git a/src/functions.rs b/src/functions.rs index b357e5252..1128b1b46 100644 --- a/src/functions.rs +++ b/src/functions.rs @@ -658,7 +658,7 @@ fn find_window_fn(name: &str, ctx: Option) -> PyResult) -> PyResult<()> { m.add_wrapped(wrap_pyfunction!(flatten))?; Ok(()) -} \ No newline at end of file +}