Fix bad namespace

This commit is contained in:
2026-04-08 22:16:38 +09:00
parent 867f57dcff
commit 58c59dfc0a
5 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ using System;
using System.Collections.Generic;
using System.Threading;
namespace MayShows.Helpers;
namespace MayShow.Helpers;
public static class ThreadSafeRandom
{
+1 -1
View File
@@ -8,7 +8,7 @@ using System.Text.Json.Serialization;
using System.Text.RegularExpressions;
using Tmds.DBus.Protocol;
namespace MayShows.Helpers;
namespace MayShow.Helpers;
class Utilities
{