Closed czechboy0 closed 2 weeks ago
The public modifier of members in an extension of an internal type doesn't actually make them public, and can be confusing when reading the code.
public
Remove the public modifiers.
Less confusing code.
Tests still pass.
Motivation
The
public
modifier of members in an extension of an internal type doesn't actually make them public, and can be confusing when reading the code.Modifications
Remove the public modifiers.
Result
Less confusing code.
Test Plan
Tests still pass.