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
Avoid repeating dependency names in code (apple#630)
### Motivation
A small refactor - avoid repeating the dependency names in code.
### Modifications
Factor out the dependency names into a single place.
### Result
Less duplication that needs to be kept in sync manually.
### Test Plan
All tests still pass.
0 commit comments