Skip to content

Commit 6ff4fdc

Browse files
committed
fix indent
1 parent c014a44 commit 6ff4fdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/latexparsing_t.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,9 +722,9 @@ void LatexParsingTest::test_getArg2_data() {
722722
<< (QStringList() <<"hyperref");
723723
// issue 2843
724724
QTest::newRow("text command, multi-line with keyval") << "\\documentclass[xcolor={table,\nsvgnames}]{beamer}"
725-
<< (ATypes() <<ArgumentList::Mandatory)
726-
<< (QList<int>()<<0)
727-
<< (QStringList() <<"beamer");
725+
<< (ATypes() <<ArgumentList::Mandatory)
726+
<< (QList<int>()<<0)
727+
<< (QStringList() <<"beamer");
728728

729729
}
730730

0 commit comments

Comments
 (0)