aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2023-11-01 21:06:26 +0100
committerJF <JF002@users.noreply.github.com>2023-11-19 21:13:55 +0100
commit473d9c4fa4d887275eafa9a2f4ef98b3e18695a7 (patch)
treed0ea2ff836a8efdbea5558a3d491760ccdd4d2ba /src/displayapp/Apps.h
parent97ba1a456df385798875c41b29e17273bac92c2d (diff)
Fix code formatting
Diffstat (limited to 'src/displayapp/Apps.h')
-rw-r--r--src/displayapp/Apps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index d96e6ea7..0dd8157e 100644
--- a/src/displayapp/Apps.h
+++ b/src/displayapp/Apps.h
@@ -40,10 +40,11 @@ namespace Pinetime {
Error,
Weather
};
+
template <Apps>
struct AppTraits {};
- template<Apps ...As>
+ template <Apps... As>
struct TypeList {
static constexpr size_t Count = sizeof...(As);
};