Fix code formatting
This commit is contained in:
committed by
JF
parent
97ba1a456d
commit
473d9c4fa4
@@ -26,7 +26,7 @@ namespace Pinetime {
|
||||
return {AppTraits<t>::app, AppTraits<t>::icon, &AppTraits<t>::Create};
|
||||
}
|
||||
|
||||
template <template<Apps...> typename T, Apps ...ts>
|
||||
template <template <Apps...> typename T, Apps... ts>
|
||||
consteval std::array<AppDescription, sizeof...(ts)> CreateAppDescriptions(T<ts...>) {
|
||||
return {CreateAppDescription<ts>()...};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user