Skip to content

Commit 10d5f3a

Browse files
committed
Fmt
1 parent 05eb9fc commit 10d5f3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/zend/function.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ use crate::{
99
zend_call_known_function, zend_fetch_function_str, zend_function, zend_function_entry,
1010
zend_hash_str_find_ptr_lc,
1111
},
12-
types::Zval, flags::FunctionType,
12+
flags::FunctionType,
13+
types::Zval,
1314
};
1415

1516
use super::ClassEntry;

0 commit comments

Comments
 (0)