Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurochi51 committed Dec 29, 2023
1 parent 89d6393 commit 8d06b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TickTracker/Windows/DevWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace TickTracker.Windows;

public class DevWindow : Window
{
private static IList<string> PrintLines { get; set; } = new List<string>();
private static readonly List<string> PrintLines = new();

public DevWindow() : base("DevWindow")
{
Expand Down

0 comments on commit 8d06b81

Please sign in to comment.