Skip to content

Commit 5989a22

Browse files
committed
Pesky whitespace
1 parent df2efac commit 5989a22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This product calls the top level APIs of Node.js.
1+
This product calls the top level APIs of Node.js.
22

33
Node.js is licensed for use as follows:
44

test/dbObject4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('203. dbObject4.js', () => {
3737
let proc1 =
3838
`create or replace procedure nodb_getDataCursor1(p_cur out sys_refcursor) is begin
3939
open p_cur for
40-
SELECT
40+
SELECT
4141
* FROM
4242
${TABLE}
4343
WHERE num >= 100;

test/dbObject5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('204. dbObject5.js', () => {
3737
let proc1 =
3838
`create or replace procedure nodb_getDataCursor1(p_cur out sys_refcursor) is begin
3939
open p_cur for
40-
SELECT
40+
SELECT
4141
* FROM
4242
${TABLE}
4343
WHERE num >= 100;

0 commit comments

Comments
 (0)