Skip to content

Commit

Permalink
refactor: remove 'this'
Browse files Browse the repository at this point in the history
  • Loading branch information
I-SER-I authored and danmoseley committed Jun 7, 2022
1 parent 431fdf4 commit ec6a6dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ private long GetElapsedDateTimeTicks()
return unchecked((long)(GetRawElapsedTicks() * s_tickFrequency));
}

private string DebuggerDisplay => $"{this.Elapsed} (IsRunning = {_isRunning})";
private string DebuggerDisplay => $"{Elapsed} (IsRunning = {_isRunning})";
}
}

0 comments on commit ec6a6dd

Please sign in to comment.