Skip to content

Commit

Permalink
fix for clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaure-kdab committed Jul 10, 2024
1 parent 7c557f1 commit f32a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/TextDocument/TextDocument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private slots:
QTextTable *thirdTable = c.insertTable(1, 1);
thirdTable->firstCursorPosition().insertText("in table");
c.insertText("Foo");
const QList<QTextTable *> origTables = { firstTable, secondTable, thirdTable };
const QList<QTextTable *> origTables = {firstTable, secondTable, thirdTable};

// A generic and slow solution is
// curs.currentTable() && !tablesFound.contains(curs.currentTable())
Expand Down

0 comments on commit f32a72f

Please sign in to comment.