Skip to content

Commit

Permalink
Remove last two this qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Oct 3, 2024
1 parent aa4c72f commit 1fd69f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Test/Extractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal class Extractor
/// <param name="includeDebug">Enable including debug information</param>
public Extractor(bool includeDebug)
{
this._options = new BinaryObjectScanner.Options
_options = new BinaryObjectScanner.Options
{
IncludeDebug = includeDebug,
};
Expand Down
2 changes: 1 addition & 1 deletion Test/Printer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal class Printer
/// <param name="includeDebug">Enable including debug information</param>
public Printer(bool includeDebug)
{
this._options = new BinaryObjectScanner.Options
_options = new BinaryObjectScanner.Options
{
IncludeDebug = includeDebug,
};
Expand Down

0 comments on commit 1fd69f1

Please sign in to comment.