Skip to content
Snippets Groups Projects
Commit 4a2ae724 authored by mantid-builder's avatar mantid-builder Committed by Bhuvan Bezawada
Browse files

clang-format PR23226 33939ee8

parent 33939ee8
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ private:
--m_item.m_index;
}
}
size_t getIndex() const { return m_item.m_index; }
void setIndex(const size_t index) { m_item.m_index = index; }
......
......@@ -10,6 +10,5 @@ using namespace boost::python;
void export_DetectorInfoIterator() {
// Export to Python
class_<DetectorInfoIterator>("DetectorInfoIterator",
no_init);
class_<DetectorInfoIterator>("DetectorInfoIterator", no_init);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment