Skip to content

Commit ed2915c

Browse files
style: adjust formatting of pointer declaration in CustomAggregate
1 parent c2d2cfb commit ed2915c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_sqlite.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ class CustomAggregate {
309309
static inline void xStepBase(sqlite3_context* ctx,
310310
int argc,
311311
sqlite3_value** argv,
312-
Global<Function> CustomAggregate::* mptr) {
312+
Global<Function> CustomAggregate::*mptr) {
313313
CustomAggregate* self =
314314
static_cast<CustomAggregate*>(sqlite3_user_data(ctx));
315315
Environment* env = self->env_;

0 commit comments

Comments
 (0)