Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rudivs committed Sep 13, 2018
1 parent 9111b55 commit 6257cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/qgis/KNearestConcaveHull.py
Expand Up @@ -116,7 +116,7 @@ def processAlgorithm(self, parameters, context, feedback):
raise QgsProcessingException(self.invalidSinkError(parameters, self.OUTPUT))

current = 0

# Get properties of the field the grouping is based on
if use_field:
field_index = source.fields().lookupField(field_name)
Expand Down

0 comments on commit 6257cf6

Please sign in to comment.