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

Commit 97c3ca4

Browse files
update formatter results based on lastest settings
1 parent 8c7425b commit 97c3ca4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

results/formatted-by-sql-developer/allroundautomations.sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ BEGIN
2020
WHERE e.empno = p_empno
2121
AND m.empno = e.mgr
2222
AND d.deptno IN (
23-
10,
24-
20,
25-
30,
26-
40
27-
);
23+
10,
24+
20,
25+
30,
26+
40
27+
);
2828
END IF;
2929
return(result);
3030
EXCEPTION

0 commit comments

Comments
 (0)