Commit 2fc14d3
committed
DpCatalog: move constructor body off the signature line
Addresses CodeQL "More than one statement per line" alert introduced by
the previous commit, which collapsed the constructor signature and the
empty body onto the same line. Adds an explanatory comment inside the
body to keep it on its own line; clang-format would otherwise re-collapse
the empty `{}` under the repo's Chromium-based style.
Behavior unchanged.1 parent ec30722 commit 2fc14d3
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments