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

Skip to content

Commit 26273ad

Browse files
committed
last minute change
1 parent 565340f commit 26273ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/reporters/ut_documentation_reporter.tpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ create or replace type body ut_documentation_reporter is
134134
if a_item.warnings is not null and a_item.warnings.count > 0 then
135135
for warn_ind in 1..a_item.warnings.count loop
136136
l_warnings.extend;
137-
l_warnings(l_warnings.last) := ' '||l_warnings.last||') '||a_item.path||': '||
137+
l_warnings(l_warnings.last) := ' '||l_warnings.last||') '||a_item.path||' - '||
138138
regexp_replace(a_item.warnings(warn_ind),'('||chr(10)||'|'||chr(13)||')','\1 ');
139139
end loop;
140140
end if;

0 commit comments

Comments
 (0)