ci: Use clang-format 16 (#4929)
This commit is contained in:
@@ -973,8 +973,8 @@ qreal SplitContainer::Node::getVerticalFlex() const
|
||||
return this->flexV_;
|
||||
}
|
||||
|
||||
const std::vector<std::unique_ptr<SplitContainer::Node>>
|
||||
&SplitContainer::Node::getChildren()
|
||||
const std::vector<std::unique_ptr<SplitContainer::Node>> &
|
||||
SplitContainer::Node::getChildren()
|
||||
{
|
||||
return this->children_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user