Skip to content

Commit 2d078d1

Browse files
committed
Formatting
1 parent d1fd24d commit 2d078d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/fetchClobAsString.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -695,11 +695,9 @@ describe('76. fetchClobAsString.js', function() {
695695
connection.execute(
696696
"SELECT ID, C AS C1, C AS C2 from nodb_clob1 where id = " + id_1 + " or id = " + id_2,
697697
{ },
698-
{ fetchInfo :
699-
{
700-
C1 : { type : oracledb.STRING},
701-
C2 : { type : oracledb.STRING}
702-
}
698+
{ fetchInfo : {
699+
C1 : { type : oracledb.STRING},
700+
C2 : { type : oracledb.STRING} }
703701
},
704702
function(err, result){
705703
should.not.exist(err);

0 commit comments

Comments
 (0)