Skip to content

Commit

Permalink
Correct code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Feb 22, 2019
1 parent b012394 commit 9aa0023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsparameters.cpp
Expand Up @@ -1335,7 +1335,7 @@ namespace QgsWms
if ( splits.size() == 2 )
{
const QStringList layers = splits[0].split( ',' );
for ( const QString& layer : layers )
for ( const QString &layer : layers )
{
QgsWmsParametersFilter filter;
filter.mFilter = splits[1];
Expand Down
1 change: 0 additions & 1 deletion tests/src/python/test_qgsserver_wms_getmap.py
Expand Up @@ -838,7 +838,6 @@ def test_wms_getmap_filter(self):

self.assertEqual(self.strip_version_xmlns(r), expected)


def test_wms_getmap_filter_ogc(self):
filter = "<Filter><PropertyIsEqualTo><PropertyName>name</PropertyName>" + \
"<Literal>eurasia</Literal></PropertyIsEqualTo></Filter>"
Expand Down

0 comments on commit 9aa0023

Please sign in to comment.