Remove BOM
Test / Run tests (push) Failing after 13s

This commit is contained in:
2026-08-05 16:35:49 +02:00
parent 9c3cc8d4be
commit 93de47b087
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
namespace PamhagenSysCtrl.Helpers {
namespace PamhagenSysCtrl.Helpers {
public enum FillState { Empty = 0, Filled = 1, Half = 2, Full = 3, Invalid = -1, Unknown = -2 }
}