Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 11, 2025
1 parent 00dffae commit 3a44335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modelinspector/modelinspectorwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ void ModelInspectorWidget::cellDataChanged()
{
const auto cellData = m_interface->currentCellData();
ui->indexLineEdit->setText(cellData.row != -1
? tr("Row: %1 Column: %2").arg(cellData.row).arg(cellData.column)
: tr("Invalid"));
? tr("Row: %1 Column: %2").arg(cellData.row).arg(cellData.column)
: tr("Invalid"));
ui->internalIdLineEdit->setText(cellData.internalId);
ui->internalPtrLineEdit->setText(cellData.internalPtr);
ui->flagsPlainTextEdit->selectAll();
Expand Down

0 comments on commit 3a44335

Please sign in to comment.