From 4a434d87f0d225850511820a6231a7d627ef6e79 Mon Sep 17 00:00:00 2001 From: 3lpsy <8757851+3lpsy@users.noreply.github.com> Date: Sat, 29 Mar 2025 00:08:33 -0500 Subject: [PATCH] fix format --- plugins/log/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 75d1aa86..d78d6e84 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -43,8 +43,8 @@ android_logger = "0.15" swift-rs = "1" objc2 = "0.6" objc2-foundation = { version = "0.3", default-features = false, features = [ - "std", - "NSString", + "std", + "NSString", ] } [features]