diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-15 20:21:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-15 20:21:16 +0300 |
commit | 516d635b6cbce6e38cc3e4f227f6ab0b073925b9 (patch) | |
tree | 61f4e9eab9bae255375e94c29d4663b5d8f217c5 /src/resources/dye/dyepalette_unittest.cc | |
parent | 0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046 (diff) | |
download | plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.gz plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.bz2 plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.xz plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.zip |
Fix code style.
Diffstat (limited to 'src/resources/dye/dyepalette_unittest.cc')
-rw-r--r-- | src/resources/dye/dyepalette_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/dye/dyepalette_unittest.cc b/src/resources/dye/dyepalette_unittest.cc index 5654a4a08..1393070ea 100644 --- a/src/resources/dye/dyepalette_unittest.cc +++ b/src/resources/dye/dyepalette_unittest.cc @@ -356,5 +356,4 @@ TEST_CASE("DyePalette tests") REQUIRE(palette.mColors[0].value[2] == 46); REQUIRE(palette.mColors[0].value[3] == 0x77); } - } |