From 642aed666ccb86bf387d3fe0051ddb59723641d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:09:12 +0200 Subject: [PATCH] (householding) formatting fixes --- MewtocolNet/Mewtocol.cs | 3 +-- MewtocolNet/MewtocolFrameResponse.cs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/MewtocolNet/Mewtocol.cs b/MewtocolNet/Mewtocol.cs index 5ba0302..feaa1a0 100644 --- a/MewtocolNet/Mewtocol.cs +++ b/MewtocolNet/Mewtocol.cs @@ -12,8 +12,7 @@ using System.Net.Sockets; using System.Threading.Tasks; using static MewtocolNet.Mewtocol; -namespace MewtocolNet -{ +namespace MewtocolNet { /// /// Builder helper for mewtocol interfaces diff --git a/MewtocolNet/MewtocolFrameResponse.cs b/MewtocolNet/MewtocolFrameResponse.cs index 4302a13..cc7d39e 100644 --- a/MewtocolNet/MewtocolFrameResponse.cs +++ b/MewtocolNet/MewtocolFrameResponse.cs @@ -1,7 +1,6 @@ using MewtocolNet.DataLists; -namespace MewtocolNet -{ +namespace MewtocolNet { public struct MewtocolFrameResponse {