Skip to content

Commit 64e4c6d

Browse files
committed
Fix cpplint line length
1 parent cc986d9 commit 64e4c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

envpool/core/py_envpool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ std::vector<std::string> PyEnvPool<EnvPool>::py_action_keys =
301301
.def_readonly_static("_config_keys", &SPEC::py_config_keys) \
302302
.def_readonly_static("_default_config_values", \
303303
&SPEC::py_default_config_values); \
304-
py::class_<ENVPOOL>( \
304+
py::class_<ENVPOOL>( \
305305
MODULE, "_" #ENVPOOL, \
306306
py::metaclass(py::module_::import("abc").attr("ABCMeta"))) \
307307
.def(py::init<const SPEC&>()) \

0 commit comments

Comments
 (0)