Skip to content

Commit

Permalink
fix Dice.h code formatting
Browse files Browse the repository at this point in the history
Co-authored-by: NeroBurner <[email protected]>
  • Loading branch information
yusufmte and NeroBurner authored Sep 20, 2022
1 parent 4647f8a commit 9d332c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/displayapp/screens/Dice.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
#include "displayapp/widgets/Counter.h"
#include "systemtask/SystemTask.h"

#include <array>
#include <lvgl/lvgl.h>

#include <array>
#include <random>

namespace Pinetime::Applications::Screens {
Expand Down

0 comments on commit 9d332c7

Please sign in to comment.