We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db82d8e commit 00d3b83Copy full SHA for 00d3b83
src/node_sqlite.h
@@ -52,8 +52,9 @@ constexpr bool CheckLimitIndices() {
52
}
53
return true;
54
55
-static_assert(CheckLimitIndices(),
56
- "Each kLimitMapping entry's sqlite_limit_id must match its index");
+static_assert(
+ CheckLimitIndices(),
57
+ "Each kLimitMapping entry's sqlite_limit_id must match its index");
58
59
class DatabaseOpenConfiguration {
60
public:
0 commit comments