Why is this an issue?

Lines of code that are longer than a developer's screen are difficult to read and keep track of. Splitting long lines at sensible intervals greatly improve readability.

How to fix it

Split the long line into two or more shorter lines.