From d7089eac9603287fa0bf3b1f3759fc6cf37cacff Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Wed, 22 Oct 2025 16:28:19 +0300 Subject: [PATCH] fix: taplo fmt --- Cargo.toml | 2 +- proc_macro_test_attribute/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df38af7..2019628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ "wallet", "sequencer_core", "common", - "nssa", + "nssa", "proc_macro_test_attribute", ] diff --git a/proc_macro_test_attribute/Cargo.toml b/proc_macro_test_attribute/Cargo.toml index 7e8ab69..a50c3f3 100644 --- a/proc_macro_test_attribute/Cargo.toml +++ b/proc_macro_test_attribute/Cargo.toml @@ -6,4 +6,4 @@ edition = "2024" [dependencies] [lib] -proc-macro = true \ No newline at end of file +proc-macro = true