From f77eacd90fce9f3442cc7a295cd37ecefc57c4d6 Mon Sep 17 00:00:00 2001 From: pedrocarlo Date: Thu, 23 Jan 2025 03:31:01 -0300 Subject: [PATCH] cargo fmt --- core/json/ser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/json/ser.rs b/core/json/ser.rs index c80b976f4..22adb0060 100644 --- a/core/json/ser.rs +++ b/core/json/ser.rs @@ -1194,4 +1194,4 @@ where } Ok(()) -} \ No newline at end of file +}