From 56ef994275574edb25e6ba03bc637eeeb88c9922 Mon Sep 17 00:00:00 2001 From: gamer147 Date: Fri, 12 Jun 2026 22:59:35 -0400 Subject: [PATCH] style(profile): drop file-path header comments from quick-wins task 1 --- .../Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs | 1 - .../ProfileControllerUpdateOfficialMarkDisplayTests.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs b/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs index c64334e4..becacca4 100644 --- a/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs +++ b/SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs @@ -1,4 +1,3 @@ -// SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs using MessagePack; using System.Text.Json.Serialization; diff --git a/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs b/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs index 939e7cb2..567d1f88 100644 --- a/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs +++ b/SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs @@ -1,4 +1,3 @@ -// SVSim.UnitTests/Controllers/ProfileControllerUpdateOfficialMarkDisplayTests.cs using System.Net; using System.Text; using NUnit.Framework;