Skip to content

Commit a80cca0

Browse files
committed
Fix indentation
1 parent 48e5c09 commit a80cca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgresprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4093,7 +4093,7 @@ static QVariant parseArray( const QString& txt, QVariant::Type type, QVariant::T
40934093
{
40944094
if ( !txt.startsWith( '{' ) || !txt.endsWith( '}' ) )
40954095
{
4096-
if( !txt.isEmpty() )
4096+
if ( !txt.isEmpty() )
40974097
QgsLogger::warning( "Error parsing array, missing curly braces: " + txt );
40984098
return QVariant( type );
40994099
}

0 commit comments

Comments
 (0)