Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove public modifiers from an internal extension (#56)
### 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.
- Loading branch information