Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9296f38

Browse files
committed
Fixing indent
1 parent 3937737 commit 9296f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/core/ut_utils.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ create or replace package body ut_utils is
901901
begin
902902
if a_random_seed is null then
903903
l_result := a_path;
904-
end if;
904+
end if;
905905
if a_path is not null then
906906
loop
907907
l_end_pos := instr(a_path,'.',l_start_pos);

0 commit comments

Comments
 (0)