Skip to content

Commit 7ac76da

Browse files
committed
Fmt.
1 parent cb4f7f9 commit 7ac76da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/processing_pyo3/src

crates/processing_pyo3/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ mod mewnala {
887887
frame.getattr("f_globals")?
888888
};
889889
sync_globals(module, &globals)?;
890-
890+
891891
// no draw is defined. flush any top level code and then idle
892892
if draw_fn.is_none() {
893893
{

0 commit comments

Comments
 (0)