Skip to content

Commit 4bf7ef5

Browse files
Clang-format
1 parent 6a95510 commit 4bf7ef5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/bmat8.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ lists in *rows*.
196196
197197
:complexity: Constant.)pbdoc");
198198

199-
thing.def("degree", [](BMat8 const& self) { return 8; }, R"pbdoc(
199+
thing.def(
200+
"degree", [](BMat8 const& self) { return 8; }, R"pbdoc(
200201
Returns the degree of *self*.
201202
202203
This function always returns ``8``.

0 commit comments

Comments
 (0)