diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-07 13:40:46 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-07 13:40:46 -0400 |
commit | 95aa00f7427b7d19ab502862b3018012c1bf1904 (patch) | |
tree | a2335bdf4710860c3a972cdde6676c9d3443f394 | |
parent | bac73831c0f92dcdff1d85dab60e18ce6f6dabda (diff) |
SL-18837: Fix minor merge glitch.
-rw-r--r-- | indra/llcommon/tests/llsdserialize_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llsdserialize_test.cpp b/indra/llcommon/tests/llsdserialize_test.cpp index 2de7df6f36..76e9ecc293 100644 --- a/indra/llcommon/tests/llsdserialize_test.cpp +++ b/indra/llcommon/tests/llsdserialize_test.cpp @@ -2081,7 +2081,7 @@ namespace tut " for item in DATA:\n" " serialized = llsd." << pyformatter << "(item)\n" " f.write(lenformat.pack(len(serialized)))\n" - " f.write(serialized)\n"); + " f.write(serialized)\n";}); std::ifstream inf(file.getName().c_str()); LLSD item; |