From 30ced43d6b800559f29a2094432a162f8c542db5 Mon Sep 17 00:00:00 2001 From: "gstraccini[bot]" <150967461+gstraccini[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 04:19:40 +0000 Subject: [PATCH] CSharpier format --- .config/dotnet-tools.json | 2 +- examples/dotnet/Program.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 67322957..aabb059c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "csharpier": { - "version": "0.29.1", + "version": "0.29.2", "commands": [ "dotnet-csharpier" ], diff --git a/examples/dotnet/Program.cs b/examples/dotnet/Program.cs index 026eb645..2af54635 100644 --- a/examples/dotnet/Program.cs +++ b/examples/dotnet/Program.cs @@ -1,4 +1,3 @@ - namespace ConsoleApp { using System;