Skip to content

Commit

Permalink
fix code formatting in Dice.h
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufmte committed Sep 19, 2022
1 parent d64f926 commit 3923522
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/displayapp/screens/Dice.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#pragma once

#include "components/motion/MotionController.h"
#include "displayapp/screens/Screen.h"
#include "displayapp/widgets/Counter.h"
#include "lvgl/lvgl.h"
#include "systemtask/SystemTask.h"
#include <components/motion/MotionController.h>
#include <lvgl/lvgl.h>
#include <random>

#include <array>
#include <random>

namespace Pinetime::Applications::Screens {
class Dice : public Screen {
Expand Down

0 comments on commit 3923522

Please sign in to comment.