Skip to content

Commit f74f2b3

Browse files
committed
alphabetize
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1 parent 29d6e1e commit f74f2b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/python_pybind11/src/_ignition_math_pybind11.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ PYBIND11_MODULE(math, m)
6363

6464
ignition::math::python::defineMathRand(m, "Rand");
6565

66-
ignition::math::python::defineMathRotationSpline(m, "RotationSpline");
67-
6866
ignition::math::python::defineMathRollingMean(m, "RollingMean");
6967

68+
ignition::math::python::defineMathRotationSpline(m, "RotationSpline");
69+
7070
ignition::math::python::defineMathSemanticVersion(m, "SemanticVersion");
7171

7272
ignition::math::python::defineMathSpline(m, "Spline");

0 commit comments

Comments
 (0)