Skip to content

Commit 7abc38b

Browse files
committed
More lint
1 parent 1dfad64 commit 7abc38b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

orm_lib/inc/sqlite3_duck.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6982,8 +6982,8 @@ typedef unsigned long long int sqlite_uint64;
69826982
int (*xRelease)(sqlite3_vtab *pVTab, int);
69836983
int (*xRollbackTo)(sqlite3_vtab *pVTab, int);
69846984
/* The methods above are in versions 1 and 2 of the sqlite_module
6985-
*object.
6986-
** Those below are for version 3 and greater. */
6985+
*object.
6986+
** Those below are for version 3 and greater. */
69876987
int (*xShadowName)(const char *);
69886988
};
69896989

0 commit comments

Comments
 (0)