Sachin Member³ Aug 13, 2009 #1 Beautifier does not format the following statement properly. Code: IF a IS NULL THEN CASE b WHEN 1 THEN a := 2; WHEN 2 THEN a := 20; END CASE; END IF; The beautifier places the END CASE and the END IF on the same line.
Beautifier does not format the following statement properly. Code: IF a IS NULL THEN CASE b WHEN 1 THEN a := 2; WHEN 2 THEN a := 20; END CASE; END IF; The beautifier places the END CASE and the END IF on the same line.