One of the most common (and often misunderstood) code review comments is:
“Please add a newline at the end of the file.”
In GitHub, you’ll see a little "⛔ no entry" icon at the end of a file when this is missing. This Gist explains why it matters, when it's necessary, and how to fix or automate it in your editor or workflow.