Skip to content

Commit 7a01526

Browse files
Replace tab with space for consistency.
1 parent 94a215f commit 7a01526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sql/create_schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*-----------------------------------------------------------------------------
2-
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
2+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates.
33
*
44
* This software is dual-licensed to you under the Universal Permissive License
55
* (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
@@ -941,7 +941,7 @@ create or replace package body &main_user..pkg_TestRefCursors as
941941
if not a_Cursor%notfound then
942942
insert into TestTempTable (IntCol, StringCol1)
943943
values (t_Id, t_StrVal);
944-
end if;
944+
end if;
945945
close a_Cursor;
946946
commit;
947947
end;

0 commit comments

Comments
 (0)