Skip to content

Commit 49c93a8

Browse files
authored
Fix formatting of variable declarations in lilam.pks
1 parent 38b67e1 commit 49c93a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

source/package/lilam.pks

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ create or replace PACKAGE LILAM AS
6262
processStart TIMESTAMP,
6363
processEnd TIMESTAMP,
6464
lastUpdate TIMESTAMP,
65-
stepsTodo PLS_INTEGER,
66-
stepsDone PLS_INTEGER,
67-
status PLS_INTEGER,
68-
info VARCHAR2(4000),
65+
stepsTodo PLS_INTEGER,
66+
stepsDone PLS_INTEGER,
67+
status PLS_INTEGER,
68+
info VARCHAR2(4000),
6969
procImmortal PLS_INTEGER := 0,
70-
tabNameMaster VARCHAR2(100)
70+
tabNameMaster VARCHAR2(100)
7171
);
7272

7373
-- ================================

0 commit comments

Comments
 (0)