[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
WandererFan
parent
c469601f95
commit
222a2520b1
@@ -43,7 +43,7 @@ public:
|
||||
Module()
|
||||
: Py::ExtensionModule<Module>("InspectionGui")
|
||||
{
|
||||
initialize("This module is the InspectionGui module.");// register with Python
|
||||
initialize("This module is the InspectionGui module."); // register with Python
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -54,7 +54,7 @@ PyObject* initModule()
|
||||
return Base::Interpreter().addModule(new Module);
|
||||
}
|
||||
|
||||
}// namespace InspectionGui
|
||||
} // namespace InspectionGui
|
||||
|
||||
|
||||
/* Python entry */
|
||||
|
||||
Reference in New Issue
Block a user