Skip to content

Commit 7528ca6

Browse files
uclaroswonder-sk
authored andcommitted
format mess
1 parent d4af696 commit 7528ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/stac/qgsstacasset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ QgsMimeDataUtils::Uri QgsStacAsset::uri() const
7979
{
8080
QgsMimeDataUtils::Uri uri;
8181
QUrl url( href() );
82-
if( formatName() == QLatin1String( "COG" ) )
82+
if ( formatName() == QLatin1String( "COG" ) )
8383
{
8484
uri.layerType = QStringLiteral( "raster" );
8585
uri.providerKey = QStringLiteral( "gdal" );

0 commit comments

Comments
 (0)