[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
a207d11fa4
commit
e92ed45df9
@@ -61,7 +61,7 @@ public:
|
||||
: Py::ExtensionModule<Module>("SpreadsheetGui")
|
||||
{
|
||||
add_varargs_method("open", &Module::open);
|
||||
initialize("This module is the SpreadsheetGui module.");// register with Python
|
||||
initialize("This module is the SpreadsheetGui module."); // register with Python
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -98,7 +98,7 @@ PyObject* initModule()
|
||||
return Base::Interpreter().addModule(new Module);
|
||||
}
|
||||
|
||||
}// namespace SpreadsheetGui
|
||||
} // namespace SpreadsheetGui
|
||||
|
||||
/* Python entry */
|
||||
PyMOD_INIT_FUNC(SpreadsheetGui)
|
||||
|
||||
Reference in New Issue
Block a user