Skip to content

Commit ab014ed

Browse files
committed
clang format
1 parent 889313e commit ab014ed

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/base/style/impl.tpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ template <class T> T Sheet<T>::getFullParams() const
1515

1616
template <class T> ParamRegistry<T>::ParamRegistry()
1717
{
18-
Refl::visit<T>([this]<class U>(
19-
U && accessor,
20-
const std::initializer_list<std::string_view> &thePath = {})
21-
requires std::is_constructible_v<Accessor, U>
22-
{
18+
Refl::visit<T>([this]<class U>(U && accessor,
19+
const std::initializer_list<std::string_view> &thePath =
20+
{}) requires std::is_constructible_v<Accessor, U> {
2321
std::string currentPath;
2422
for (auto sv : thePath) {
2523
if (!currentPath.empty()) currentPath += '.';

0 commit comments

Comments
 (0)