Skip to content

Commit 00d3b83

Browse files
committed
lint
1 parent db82d8e commit 00d3b83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/node_sqlite.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ constexpr bool CheckLimitIndices() {
5252
}
5353
return true;
5454
}
55-
static_assert(CheckLimitIndices(),
56-
"Each kLimitMapping entry's sqlite_limit_id must match its index");
55+
static_assert(
56+
CheckLimitIndices(),
57+
"Each kLimitMapping entry's sqlite_limit_id must match its index");
5758

5859
class DatabaseOpenConfiguration {
5960
public:

0 commit comments

Comments
 (0)