Unnecessary Separators

There should be no unnecessary separators.

Bad code

IF Customer.FINDFIRST THEN;;  

Good code

IF Customer.FINDFIRST THEN;
Last modified February 20, 2022: Restructure for Docsy theme (cceb0c94)