Uniformize access pattern to state.
We seem to be using *& quite consistently across the codebase. Replacing 2 occurences of **. With this, `grep -R "\*\*" .` does not return instances of accesses to state anymore. PiperOrigin-RevId: 210385345
Loading
Please sign in to comment