mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 12:15:18 +01:00
Remove trailing whitespace (#13505)
This commit is contained in:
@@ -170,7 +170,7 @@ void TestSerialization::testDeSerializeLongString()
|
||||
void TestSerialization::testSerializeJsonString()
|
||||
{
|
||||
std::istringstream is(std::ios::binary);
|
||||
const auto reset_is = [&] (const std::string &s) {
|
||||
const auto reset_is = [&] (const std::string &s) {
|
||||
is.clear();
|
||||
is.str(s);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user