Commit df333bd
authored
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.1 parent 929d001 commit df333bd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments