Home
Lines should not end with trailing whitespaces
Rule description
- Lines should not end with trailing whitespaces
Non-compliant Code Example
function string TestFunctionCall (string cnt) string @count = 'a //Non compliant code b'; return cnt end function