fixed a clang-formatting issue that was created during a merge (#1948)

This commit is contained in:
borgmanJeremy
2021-10-07 17:34:56 -05:00
committed by GitHub
parent e632f0788d
commit a45c2f0f5c

View File

@@ -15,9 +15,8 @@ const QVector<QStringList>& ConfigShortcuts::captureShortcutsDefault(
if (shortcutName != "TYPE_IMAGEUPLOADER") {
addShortcut(shortcutName, b->tool()->description());
if (shortcutName == "TYPE_COPY")
m_shortcuts << (QStringList()
<< "" << b->tool()->description()
<< "Left Double-click");
m_shortcuts << (QStringList() << "" << b->tool()->description()
<< "Left Double-click");
}
delete b;
}