Unnecessary Separators

There should be no unnecessary separators.

Bad code

IF Customer.FINDFIRST THEN;;  

Good code

IF Customer.FINDFIRST THEN;
Last modified February 24, 2022: Added tags & categories + cleanup (5ee04366) by waldo1001