mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Formatting: Whitespace
This commit is contained in:
parent
1b0f45fa96
commit
1dd2b3c90e
2 changed files with 2 additions and 2 deletions
|
|
@ -985,7 +985,7 @@ public:
|
|||
|
||||
auto begin() const
|
||||
{
|
||||
auto wrappers = std::apply ([](auto&&... args)
|
||||
auto wrappers = std::apply ([] (auto&&... args)
|
||||
{ return createIteratorWrappers (std::forward<decltype (args)> (args)...); },
|
||||
items);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue