Skip to content

Commit e79241c

Browse files
author
Zaina Shaikh
committed
Fix minor formatting issues in XmlRecorderTests.cpp
1 parent 48041ac commit e79241c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Testing/UnitTesting/XmlRecorderTests.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,7 @@ TEST(XmlRecorderTest, ToXML)
199199
// Verify the expected XML output
200200
stringstream os;
201201
os << "<Matrix ";
202-
os << "name=\""
203-
<< "TestVar"
204-
<< "\" ";
202+
os << "name=\"" << "TestVar" << "\" ";
205203
os << "type=\"complete\" rows=\"" << 1 << "\" columns=\"" << variableHistory.size()
206204
<< "\" multiplier=\"1.0\">" << endl;
207205
os << " ";

0 commit comments

Comments
 (0)