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] authored and nyalldawson committed Dec 11, 2024
1 parent d96020b commit c11b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/vector/qgsattributesformproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ void QgsAttributesFormProperties::initAvailableWidgetsTree()
{
QString name;
const QgsPolymorphicRelation polymorphicRelation = relation.polymorphicRelation();
if( polymorphicRelation.isValid() )
if ( polymorphicRelation.isValid() )
{
name = QStringLiteral( "%1 (%2)" ).arg( relation.name(), polymorphicRelation.name() );
}
Expand Down

0 comments on commit c11b0f9

Please sign in to comment.