Skip to content

Commit d3515fc

Browse files
committed
static because everything is static in this class
1 parent aca8c64 commit d3515fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LogExpert.Core/Classes/Persister/Persister.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace LogExpert.Core.Classes.Persister;
1313

1414
//TODO Rewrite as json Persister, xml is outdated and difficult to parse and write
15-
public class Persister
15+
public static class Persister
1616
{
1717
#region Fields
1818

0 commit comments

Comments
 (0)