xo-pyutil: remove stray character
This commit is contained in:
parent
cd687d2ac4
commit
bc601c472c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace xo {
|
|||
namespace pyutil {
|
||||
struct pycaller_base {
|
||||
virtual ~pycaller_base() = default;
|
||||
g
|
||||
|
||||
static pybind11::module & declare_once(pybind11::module & m) {
|
||||
static bool s_once = false;
|
||||
if (!s_once) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue