Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Nov 6, 2024
1 parent 2cbbc05 commit 6f0e73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/biblioteq_a.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3111,8 +3111,8 @@ void biblioteq::slotDisplayNewSqliteDialog(void)
if(m_branches[br.branch_name->itemText(i)].
value("database_type") == "sqlite")
{
found = true;
br.branch_name->setCurrentIndex(i);
found = true;
break;
}
}
Expand Down Expand Up @@ -3151,8 +3151,8 @@ void biblioteq::slotDisplayNewSqliteDialog(void)
if(m_branches[br.branch_name->itemText(i)].
value("database_type") == "sqlite")
{
found = true;
br.branch_name->setCurrentIndex(i);
found = true;
break;
}
}
Expand Down

0 comments on commit 6f0e73b

Please sign in to comment.