Skip to content

Commit 24be60e

Browse files
committed
fmt
1 parent 84ae62b commit 24be60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/resultviewer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ void ResultViewer::deleteContestant() {
410410

411411
void ResultViewer::detailInformation() {
412412
QList<QTableWidgetSelectionRange> selectionRange = selectedRanges();
413-
if (selectionRange.size() == 0) return;
413+
if (selectionRange.size() == 0)
414+
return;
414415
int index = selectionRange[0].topRow();
415416
auto *dialog = new DetailDialog(this);
416417
dialog->setModal(true);

0 commit comments

Comments
 (0)