Skip to content

Commit

Permalink
format mess
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and wonder-sk committed Dec 3, 2024
1 parent d4af696 commit 7528ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/stac/qgsstacasset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ QgsMimeDataUtils::Uri QgsStacAsset::uri() const
{
QgsMimeDataUtils::Uri uri;
QUrl url( href() );
if( formatName() == QLatin1String( "COG" ) )
if ( formatName() == QLatin1String( "COG" ) )
{
uri.layerType = QStringLiteral( "raster" );
uri.providerKey = QStringLiteral( "gdal" );
Expand Down

0 comments on commit 7528ca6

Please sign in to comment.