From be0312cbf2f2106a1c10c9349508eb942f5b9bbf Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Thu, 19 Sep 2024 14:37:53 -0400 Subject: [PATCH] fix newline --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9788a222..a5b7f2f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,8 @@ members = [ "runtime", "support/tools", "support/macros", - "support/linting", "support/procedural-fork", + "support/linting", + "support/procedural-fork", ] resolver = "2"