Skip to content

Commit

Permalink
Add line break for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dericke authored and nyalldawson committed Feb 20, 2021
1 parent f87386a commit 5302feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/gdal/Buffer.py
Expand Up @@ -128,6 +128,7 @@ def getConsoleCommands(self, parameters, context, feedback, executing=True):
'sqlite',
'-sql'
]

if dissolve or fieldName:
sql = 'SELECT ST_Union(ST_Buffer({}, {})) AS {}{} FROM "{}"'.format(geometry, distance, geometry, other_fields, layerName)
else:
Expand Down

0 comments on commit 5302feb

Please sign in to comment.