Closed are512 closed 4 years ago
PACKAGE p IS NEW work.p_template;
Should not indent after declaration
Does indent after declaration, hence the rest of the file become out of sync by one indent level
Ignore second commit, that was part of a deleted branch, so just first and third
this bug is fixed now. Sorry that your PR doesn't cover all cases.
Report a bug
Input
PACKAGE p IS NEW work.p_template;
Expected Behavior
Should not indent after declaration
Actual Behavior
Does indent after declaration, hence the rest of the file become out of sync by one indent level