From ae3f35cf473a1808c028fd5a731d68fcc84ca1bd Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 21 Jan 2025 21:00:59 +0100 Subject: [PATCH] Fix Cargo.toml formatting --- 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 8abd28b1f..21f03b81f 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -41,8 +41,8 @@ android_logger = "0.14" swift-rs = "1" objc2 = "0.5" objc2-foundation = { version = "0.2", default-features = false, features = [ - "std", - "NSString", + "std", + "NSString", ] } [features]