Skip to content

Commit 564559e

Browse files
committed
code format
1 parent bc4dbc0 commit 564559e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/DatabaseWidget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,14 +2689,14 @@ bool DatabaseWidget::hasRecycledSelectedEntries() const
26892689
if (!m_entryView) {
26902690
return false;
26912691
}
2692-
2692+
26932693
// Check if any of the selected entries are actually recycled
26942694
for (auto* entry : m_entryView->selectedEntries()) {
26952695
if (entry && entry->isRecycled()) {
26962696
return true;
26972697
}
26982698
}
2699-
2699+
27002700
return false;
27012701
}
27022702

0 commit comments

Comments
 (0)