Pattern: Missing newline for end of file
Issue: -
DO put a single newline at the end of non-empty files.
Example of incorrect code:
a {
}
Example of correct code:
b {
}
<-- newline
Pattern: Missing newline for end of file
Issue: -
DO put a single newline at the end of non-empty files.
Example of incorrect code:
a {
}
Example of correct code:
b {
}
<-- newline