Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit d11dc0c

Browse files
amend expected result in test case after changing rule A8
1 parent b1c71ed commit d11dc0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • standalone/src/test/java/com/trivadis/plsql/formatter/settings/tests/grammar/plsql

standalone/src/test/java/com/trivadis/plsql/formatter/settings/tests/grammar/plsql/Compile_clause.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ public void alter_function() throws IOException {
2727
var actual = getFormatter().format(input);
2828
var expected = """
2929
alter
30-
function f
30+
function
31+
f
3132
compile
3233
reuse
3334
settings;

0 commit comments

Comments
 (0)