Skip to content

Commit bd73cb3

Browse files
committed
lint
1 parent 5f2a642 commit bd73cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python/Core/src/Utilities.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ void addUtilities(py::module_& m) {
363363

364364
m.def("_demo_profile1", []() -> ProfileHistogram1 {
365365
BoostRegularAxis ax(10, 0.0, 10.0, "x [a.u.]");
366-
ProfileHistogram1 h("demo", "Demo Profile", {AxisVariant(ax)}, "y [a.u.]");
366+
ProfileHistogram1 h("demo", "Demo Profile", {AxisVariant(ax)},
367+
"y [a.u.]");
367368
std::mt19937 rng(42);
368369
std::uniform_real_distribution<double> x(0.0, 10.0);
369370
std::normal_distribution<double> noise(0.0, 0.1);

0 commit comments

Comments
 (0)