1
0
Fork 0
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:
Anthony Nicholls 2024-08-28 13:43:13 +01:00
parent 1b0f45fa96
commit 1dd2b3c90e
2 changed files with 2 additions and 2 deletions

View file

@ -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);