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/platform/runtime.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crates/shirabe/src/platform/runtime.rs') diff --git a/crates/shirabe/src/platform/runtime.rs b/crates/shirabe/src/platform/runtime.rs index 4c9c3f5..2e04453 100644 --- a/crates/shirabe/src/platform/runtime.rs +++ b/crates/shirabe/src/platform/runtime.rs @@ -19,7 +19,11 @@ impl Runtime { todo!() } - pub fn invoke(&self, callable: Box) -> PhpMixed>, arguments: Vec) -> PhpMixed { + pub fn invoke( + &self, + callable: Box) -> PhpMixed>, + arguments: Vec, + ) -> PhpMixed { todo!() } -- cgit v1.3.1