Pattern: Use of multiple spaces after operator
Issue: -
There should be only one space after an operator.
# There are two spaces after the multiplication operator
num = 10
doubled = num * 2
num = 10
doubled = num * 2
Pattern: Use of multiple spaces after operator
Issue: -
There should be only one space after an operator.
# There are two spaces after the multiplication operator
num = 10
doubled = num * 2
num = 10
doubled = num * 2