From 1b41d4257f39f0e4072a878366fc8ff32bc2bb7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <170472707+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:58:07 +0000 Subject: [PATCH] [skip CI] CI/CD: format code --- Fuyu.Backend.BSG/Networking/ItemEventRouter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fuyu.Backend.BSG/Networking/ItemEventRouter.cs b/Fuyu.Backend.BSG/Networking/ItemEventRouter.cs index 71b0a6ce..68e45a7e 100644 --- a/Fuyu.Backend.BSG/Networking/ItemEventRouter.cs +++ b/Fuyu.Backend.BSG/Networking/ItemEventRouter.cs @@ -3,6 +3,6 @@ namespace Fuyu.Backend.BSG.Networking { public class ItemEventRouter : Router - { - } + { + } } \ No newline at end of file