You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Cleanup] Make Config's namingStrategy and accessModifier params consistent (#713)
### Motivation
A missed fixup from #708:
#708 (comment)
### Modifications
Removed the default from Config.init and forced all callers to make a
choice on the naming strategy, just like for accessModifier.
### Result
Consistent handling of these two parameters.
### Test Plan
Tests passed locally.
0 commit comments