Code style

This commit is contained in:
Matthias Kuhn 2019-12-23 16:38:00 +01:00 committed by GitHub
parent 965cb1344e
commit 10532accef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1818,9 +1818,9 @@ QString QgsWmsProvider::layerMetadata( QgsWmsLayerProperty &layer )
"<td><table class=\"tabular-view\">"
"<tr><th>" ) %
tr( "Format" ) %
QStringLiteral("</th><th>") %
QStringLiteral( "</th><th>" ) %
tr( "URL" ) %
QStringLiteral("</th></tr>" );
QStringLiteral( "</th></tr>" );
for ( const QgsWmsMetadataUrlProperty &l : qgis::as_const( layer.metadataUrl ) )
{