Fix formatting of a list in AIP 129.#1271
Fix formatting of a list in AIP 129.#1271noahdietz merged 4 commits intoaip-dev:masterfrom TheApX:fix129
Conversation
Add an empty line between the list title and actual list, so that it is formatted properly.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Just out of curiosity (and as a gentle ping) - how long does it usually take to get simple PRs like this one reviewed? Do I need to do anything other than signing the CLA? Which I already did. AIP 1 describes review process for new AIPs, but nothing about minor fixes like this one. |
Apparently it takes over a year :) Sorry about that, and thanks for taking the time to even open this in the first place.
Indeed, that still holds true for bigger changes, but I have since relaxed the GitHub review minimum back to 1 to facilitate small changes like this. |
Add an empty line between the list title and actual list, so that it is formatted properly. A trailing whitespace is also removed by VS Code auto-formatting.