mirror of
https://github.com/nlohmann/json.git
synced 2026-05-12 09:15:23 +00:00
🎨 use Clang-Format
This commit is contained in:
@@ -167,7 +167,7 @@ constexpr T static_const<T>::value;
|
||||
template<typename T, typename... Args>
|
||||
inline constexpr std::array<T, sizeof...(Args)> make_array(Args&&... args)
|
||||
{
|
||||
return std::array<T, sizeof...(Args)>{{static_cast<T>(std::forward<Args>(args))...}};
|
||||
return std::array<T, sizeof...(Args)>{ { static_cast<T>(std::forward<Args>(args))... } };
|
||||
}
|
||||
|
||||
} // namespace detail
|
||||
|
||||
Reference in New Issue
Block a user