All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Trailing whitespace is any spaces or tabs after the last non-whitespace character on the line until the newline.
Convention: Here, the • character represents a space.
SELECT a FROM foo••
Remove trailing spaces.
SELECT a FROM foo