[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
@@ -78,7 +78,7 @@ public:
|
||||
add_varargs_method("registerServerFirewall",
|
||||
&Module::registerServerFirewall,
|
||||
"registerServerFirewall(callable(string)) -- Register a firewall.");
|
||||
initialize("This module is the Web module.");// register with Python
|
||||
initialize("This module is the Web module."); // register with Python
|
||||
}
|
||||
|
||||
private:
|
||||
@@ -175,7 +175,7 @@ PyObject* initModule()
|
||||
return Base::Interpreter().addModule(new Module);
|
||||
}
|
||||
|
||||
}// namespace Web
|
||||
} // namespace Web
|
||||
|
||||
|
||||
/* Python entry */
|
||||
|
||||
Reference in New Issue
Block a user