Skip to content

Commit d4fc01b

Browse files
committed
chore(clippy): fmt
1 parent 1b71d5a commit d4fc01b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/zend/class.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ impl ClassEntry {
2727
ExecutorGlobals::get().class_table()?;
2828
let mut name = ZendStr::new(name, false);
2929

30-
unsafe { crate::ffi::zend_lookup_class_ex(&raw mut *name, std::ptr::null_mut(), 0).as_ref() }
30+
unsafe {
31+
crate::ffi::zend_lookup_class_ex(&raw mut *name, std::ptr::null_mut(), 0).as_ref()
32+
}
3133
}
3234

3335
/// Creates a new [`ZendObject`], returned inside an [`ZBox<ZendObject>`]

0 commit comments

Comments
 (0)