Convert tabs to spaces
This commit is contained in:
parent
97ea39cf79
commit
8ea9f068c7
@ -1433,6 +1433,6 @@ void print_error(const char *file, int line, const char *format,
|
||||
|
||||
TEST(FormatTest, MaxArgs) {
|
||||
EXPECT_EQ("0123456789abcde",
|
||||
fmt::format("{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}",
|
||||
fmt::format("{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}",
|
||||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'a', 'b', 'c', 'd', 'e'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user