mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-14 23:30:20 -04:00
Add missing newline
This commit is contained in:
parent
34e921f6fe
commit
9c7e2a6c6f
@ -275,4 +275,4 @@ std::ostream& operator<<(std::ostream& os,
|
|||||||
|
|
||||||
TEST(FormatterTest, FormatExplicitlyConvertibleToStringLikeIgnoreInserter) {
|
TEST(FormatterTest, FormatExplicitlyConvertibleToStringLikeIgnoreInserter) {
|
||||||
EXPECT_EQ("foo", fmt::format("{}", explicitly_convertible_to_string_like()));
|
EXPECT_EQ("foo", fmt::format("{}", explicitly_convertible_to_string_like()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user