Skip to content

Commit

Permalink
Identation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and github-actions[bot] committed Jul 11, 2024
1 parent 3124d4b commit 289d5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/providers/grass/testqgsgrassprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ void TestQgsGrassProvider::crsEpsg3857()
QString error;
const QgsCoordinateReferenceSystem crs = QgsGrass::crs( mGisdbase, QStringLiteral( "webmerc" ), error );
QCOMPARE( error, QString() );
QCOMPARE( crs.authid(), QStringLiteral("EPSG:3857") );
QCOMPARE( crs.authid(), QStringLiteral( "EPSG:3857" ) );
}


Expand Down

0 comments on commit 289d5f4

Please sign in to comment.