Skip to content

Commit b4df241

Browse files
committed
Minor: test_blob.js formatting
1 parent e6cc307 commit b4df241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_blob.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ exports.test = function(SQL, assert){
3232

3333
if (module == require.main) {
3434
const target_file = process.argv[2];
35-
const sql_loader = require('./load_sql_lib');
36-
sql_loader(target_file).then((sql)=>{
35+
const sql_loader = require('./load_sql_lib');
36+
sql_loader(target_file).then((sql)=>{
3737
require('test').run({
3838
'test blob': function(assert){
3939
exports.test(sql, assert);

0 commit comments

Comments
 (0)