aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-12 10:15:57 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-12 10:16:06 +0200
commit4f495aaaecb3118b835504e9bc1347f934aa49d1 (patch)
tree56aecccf2ff210160c2762492df776c7bdf32fcb
parent64ca7904fd36ad86826b5d5c72f47ffdf0ff365a (diff)
downloadOneRoll-4f495aaaecb3118b835504e9bc1347f934aa49d1.tar.gz
OneRoll-4f495aaaecb3118b835504e9bc1347f934aa49d1.zip
clang format
-rw-r--r--tests/tst_dice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_dice.cpp b/tests/tst_dice.cpp
index c513337..5d9efc0 100644
--- a/tests/tst_dice.cpp
+++ b/tests/tst_dice.cpp
@@ -27,6 +27,7 @@
#include "die.h"
// node
+#include "booleancondition.h"
#include "node/bind.h"
#include "node/countexecutenode.h"
#include "node/explodedicenode.h"
@@ -40,9 +41,8 @@
#include "node/rerolldicenode.h"
#include "node/sortresult.h"
#include "node/stringnode.h"
-#include "testnode.h"
#include "result/stringresult.h"
-#include "booleancondition.h"
+#include "testnode.h"
class TestDice : public QObject
{