Skip to content

Commit

Permalink
fix formatting in Dice.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufmte committed Sep 20, 2022
1 parent 3923522 commit 4647f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/Dice.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#include "components/motion/MotionController.h"
#include "displayapp/screens/Screen.h"
#include "displayapp/widgets/Counter.h"
#include "lvgl/lvgl.h"
#include "systemtask/SystemTask.h"

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

namespace Pinetime::Applications::Screens {
Expand Down

0 comments on commit 4647f8a

Please sign in to comment.