Skip to content

Commit 8bfc4fd

Browse files
committed
src: format file
1 parent 3c36722 commit 8bfc4fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_sqlite.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2447,8 +2447,8 @@ int DatabaseSync::TraceCallback(unsigned int type,
24472447
} else {
24482448
// Fallback to source SQL if expanded is unavailable
24492449
const char* source = sqlite3_sql(static_cast<sqlite3_stmt*>(p));
2450-
if (source == nullptr || !String::NewFromUtf8(isolate, source)
2451-
.ToLocal(&sql_string)) {
2450+
if (source == nullptr ||
2451+
!String::NewFromUtf8(isolate, source).ToLocal(&sql_string)) {
24522452
return 0;
24532453
}
24542454
}

0 commit comments

Comments
 (0)