Skip to content

Commit 8f30722

Browse files
pre-commit-ci[bot]jorisv
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e001e1f commit 8f30722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eigenpy/register.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct EIGENPY_DLLAPI Register {
106106
static Register &instance();
107107

108108
private:
109-
Register(){};
109+
Register() {};
110110

111111
struct Compare_PyTypeObject {
112112
bool operator()(const PyTypeObject *a, const PyTypeObject *b) const {

0 commit comments

Comments
 (0)