Skip to content

Commit 917d7e2

Browse files
committed
Fmt
1 parent 0fbf54a commit 917d7e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/zend/globals.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ use crate::boxed::ZBox;
99
#[cfg(php82)]
1010
use crate::ffi::zend_atomic_bool_store;
1111
use crate::ffi::{
12-
_sapi_globals_struct, _zend_executor_globals, ext_php_rs_executor_globals,
13-
_sapi_module_struct, ext_php_rs_sapi_module,
14-
ext_php_rs_sapi_globals, zend_ini_entry,
12+
_sapi_globals_struct, _sapi_module_struct, _zend_executor_globals, ext_php_rs_executor_globals,
13+
ext_php_rs_sapi_globals, ext_php_rs_sapi_module, zend_ini_entry,
1514
};
1615
use crate::types::{ZendHashTable, ZendObject};
1716

0 commit comments

Comments
 (0)