Skip to content

Commit a45872b

Browse files
committed
lint
1 parent fd2a144 commit a45872b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_sqlite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class CustomAggregate {
387387
static inline void xStepBase(sqlite3_context* ctx,
388388
int argc,
389389
sqlite3_value** argv,
390-
Global<Function> CustomAggregate::* mptr) {
390+
Global<Function> CustomAggregate::*mptr) {
391391
CustomAggregate* self =
392392
static_cast<CustomAggregate*>(sqlite3_user_data(ctx));
393393
Environment* env = self->env_;

0 commit comments

Comments
 (0)