mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 21:41:53 -05:00
Appease Rider's inspections
The list is finally clear.
This commit is contained in:
@ -6,7 +6,7 @@ internal class Timer : IDisposable
|
||||
{
|
||||
private readonly Stopwatch stopwatch = Stopwatch.StartNew();
|
||||
private readonly string? name;
|
||||
private bool stopped = false;
|
||||
private bool stopped;
|
||||
public bool Disabled { get; set; }
|
||||
|
||||
public Timer(string? inName = null)
|
||||
|
Reference in New Issue
Block a user