From 75ff10c5fd6dd078b8e0fe677fe0d1027d2a24aa Mon Sep 17 00:00:00 2001 From: HueByte Date: Fri, 17 Jul 2026 21:00:34 +0200 Subject: [PATCH] fix: remove invisible character from migration file --- .../Data/Migrations/20260717182450_AddChannelIsSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EchoHub.Server/Data/Migrations/20260717182450_AddChannelIsSystem.cs b/src/EchoHub.Server/Data/Migrations/20260717182450_AddChannelIsSystem.cs index 1cc17eb..ca59a8e 100644 --- a/src/EchoHub.Server/Data/Migrations/20260717182450_AddChannelIsSystem.cs +++ b/src/EchoHub.Server/Data/Migrations/20260717182450_AddChannelIsSystem.cs @@ -1,4 +1,4 @@ -using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Migrations; #nullable disable