Run clang-format.

This commit is contained in:
ArthurSonzogni
2020-03-27 01:42:46 +01:00
parent 1703552235
commit fce29a03b3
21 changed files with 104 additions and 151 deletions

View File

@@ -50,12 +50,12 @@ TEST(VBoxTest, ScreenFitFlex) {
Render(screen, root.get());
EXPECT_EQ(
"text_1 \n"
" \n"
" \n"
" \n"
"text_2 "
,screen.ToString());
"text_1 \n"
" \n"
" \n"
" \n"
"text_2 ",
screen.ToString());
}
TEST(VBoxTest, ScreenBigger1Flex) {