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

Skip to content

Commit 3327fc3

Browse files
committed
Fix intendation
1 parent 35acf14 commit 3327fc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/ut3_tester/core/test_suite_builder.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ create or replace package body test_suite_builder is
767767
);
768768
end;
769769

770-
procedure nested_contexts_2 is
770+
procedure nested_contexts_2 is
771771
l_actual clob;
772772
l_annotations ut3.ut_annotations;
773773
begin

test/ut3_tester/core/test_suite_builder.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ create or replace package test_suite_builder is
106106
--%endcontext
107107

108108
--%context(--%context annotation)
109-
--%name(context)
109+
--%name(context)
110110

111111
--%test(Creates nested suite for content between context/endcontext annotations)
112112
procedure suite_from_context;

0 commit comments

Comments
 (0)