clang-format

This commit is contained in:
Olga Khlopkova 2020-06-24 16:32:33 +03:00 committed by Vladimir Byko-Ianko
parent 8ebca48abc
commit 3c3404bae3

View file

@ -319,7 +319,7 @@ UNIT_TEST(Transit_ColorPicker)
GetPlatform().SetResourceDir(options.m_resourcePath);
ColorPicker colorPicker;
// We check that we don't match with the 'text' colors subset. This is the color of transit
// text lime_light and we expect not to pick it.
TEST_EQUAL(colorPicker.GetNearestColor("827717"), "lime_dark", ());