Minor cleanups in SqlFormatter#9501
Conversation
|
What’s the purpose of those assertions? Indent can’t be anything other than 0 already, since that’s how the visitor gets called in the first place, and it’s private to this class, so it can’t be misused. |
There was a problem hiding this comment.
Yeah. Sequence of private methods fooled me. We are already past public interface.
Just a sanity check. It is not obvious from the code flow that we can not land in the |
483d144 to
d95e647
Compare
d95e647 to
9f728ce
Compare
|
I dropped checks as thy do play well with |
No description provided.