Beautifier FORALL

orca777

Member³
Hi,
if i beautify a FORALL Statement the () is always after a new line. This is compilable but looks strange;


Code:
FORALL i IN 1 .. l_Ins_Rowset.COUNT
      INSERT INTO Activity
      VALUES l_Ins_Rowset
        (i);
Karl
 
Back
Top