Skip to content

Commit 0075690

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c670872 commit 0075690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/eigenpy/variant.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ struct VariantValueToObject : VariantVisitorType<PyObject*, Variant> {
9898
using Base::operator();
9999
};
100100

101-
102101
/// Convert {boost,std}::variant<class...> alternative reference to a Python
103102
/// object. This converter return the alternative reference. The code that
104103
/// create the reference holder is taken from \see

0 commit comments

Comments
 (0)