Skip to content

Commit e42d750

Browse files
author
Zaina Shaikh
committed
Fix clang-format violations
1 parent 620504d commit e42d750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Testing/UnitTesting/XmlRecorderTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ TEST(XmlRecorderTest, ToXML)
199199
// Verify the expected XML output
200200
stringstream os;
201201
os << "<Matrix ";
202-
os << "name=\""
203-
<< "TestVar"
202+
os << "name=\""
203+
<< "TestVar"
204204
<< "\" ";
205205
os << "type=\"complete\" rows=\"" << 1 << "\" columns=\"" << variableHistory.size()
206206
<< "\" multiplier=\"1.0\">" << endl;

0 commit comments

Comments
 (0)