code cleanup

This commit is contained in:
2024-06-11 06:59:34 +02:00
parent ff4c352dee
commit 6fd51f4b7a
26 changed files with 444 additions and 472 deletions

View File

@@ -1,6 +1,5 @@
namespace OwnChar.Model
namespace OwnChar.Model;
public interface IOwnCharObject
{
public interface IOwnCharObject
{
}
}