From 57f79f9361e9877eb8ce09f6ccbfd3bd796eaedb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:37:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/sot-tiago-steel-controller.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sot-tiago-steel-controller.hh b/src/sot-tiago-steel-controller.hh index e882cb9..bb9137a 100644 --- a/src/sot-tiago-steel-controller.hh +++ b/src/sot-tiago-steel-controller.hh @@ -22,7 +22,7 @@ class SoTTiagoSteelController : public SoTTiagoController { static const std::string LOG_PYTHON_TIAGOSTEEL; SoTTiagoSteelController(); - virtual ~SoTTiagoSteelController(){}; + virtual ~SoTTiagoSteelController() {}; protected: virtual void startupPython();