From 9943ade6800562d8cd66210ed025c729c64f5498 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Thu, 16 Feb 2023 15:24:06 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
---
 include/hpp/manipulation/handle.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hpp/manipulation/handle.hh b/include/hpp/manipulation/handle.hh
index d43a14a3..05ca632d 100644
--- a/include/hpp/manipulation/handle.hh
+++ b/include/hpp/manipulation/handle.hh
@@ -101,7 +101,7 @@ class HPP_MANIPULATION_DLLAPI Handle {
   const Transform3f& localPosition() const { return localPosition_; }
 
   /// Set local position in joint frame
-  void localPosition(const Transform3f&  localPosition) {
+  void localPosition(const Transform3f& localPosition) {
     localPosition_ = localPosition;
   }
 
-- 
GitLab