Pattern: Missing whitespace around %
Issue: -
The modulo operator (%
) should have whitespace on either side of it.
remainder = 10%2
remainder = 10 % 2
Pattern: Missing whitespace around %
Issue: -
The modulo operator (%
) should have whitespace on either side of it.
remainder = 10%2
remainder = 10 % 2