From f60dd5afef94fd5daf0324cb4945129018e6751b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Sat, 13 Jun 2026 12:58:18 +0200 Subject: [PATCH] formatting --- python/src/pedestal.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/src/pedestal.hpp b/python/src/pedestal.hpp index 43e98e8..238848b 100644 --- a/python/src/pedestal.hpp +++ b/python/src/pedestal.hpp @@ -13,9 +13,9 @@ namespace py = pybind11; template void define_pedestal_bindings(py::module &m, const std::string &name) { - + py::class_>(m, name.c_str(), py::buffer_protocol()) - .def(py::init()) + .def(py::init()) .def(py::init()) .def("mean", [](Pedestal &self) {