From a1c7e6908a26e10f6e1f23a51721664b5e2d838d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 02:53:53 +0900 Subject: chore(style): cargo fmt --- crates/shirabe/src/json/json_formatter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/json/json_formatter.rs') 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; -- cgit v1.3.1