Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 321 Bytes

File metadata and controls

18 lines (11 loc) · 321 Bytes

Pattern: Trailing whitespace

Issue: -

Description

There should be no whitespace after the final character in a line.

Example of incorrect code:

Note: The character represents a space.

def first_func():
    # The line below has two spaces after its final character
    pass••