Skip to content

Commit 6ec05d6

Browse files
committed
[misc] code style correction
1 parent 941aa74 commit 6ec05d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/integration/big-query.test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ describe.concurrent('Big query', function () {
7979
'- parameters:[0x6162636465666768696a6162636465666768696a6162636465666768696a6162636465666768696a6' +
8080
'162636465666768696a6162636465666768696a6162636465666768696a6162636465666768696a616263646566676869' +
8181
'6a61626364656667...'
82-
)
83-
, 'message was :' + e.sql);
82+
),
83+
'message was :' + e.sql
84+
);
8485
}
8586

8687
try {

0 commit comments

Comments
 (0)