diff options
Diffstat (limited to 'crates/shirabe/src/json/json_formatter.rs')
| -rw-r--r-- | crates/shirabe/src/json/json_formatter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/json/json_formatter.rs b/crates/shirabe/src/json/json_formatter.rs index a88bfff..1696982 100644 --- a/crates/shirabe/src/json/json_formatter.rs +++ b/crates/shirabe/src/json/json_formatter.rs @@ -1,7 +1,7 @@ //! ref: composer/src/Composer/Json/JsonFormatter.php use shirabe_external_packages::composer::pcre::preg::Preg; -use shirabe_php_shim::{function_exists, mb_convert_encoding, pack, PhpMixed}; +use shirabe_php_shim::{PhpMixed, function_exists, mb_convert_encoding, pack}; pub struct JsonFormatter; |
