Skip to content

Commit 6257cf6

Browse files
committedSep 13, 2018
Fix indentation
1 parent 9111b55 commit 6257cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/qgis/KNearestConcaveHull.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def processAlgorithm(self, parameters, context, feedback):
116116
raise QgsProcessingException(self.invalidSinkError(parameters, self.OUTPUT))
117117

118118
current = 0
119-
119+
120120
# Get properties of the field the grouping is based on
121121
if use_field:
122122
field_index = source.fields().lookupField(field_name)

0 commit comments

Comments
 (0)
Please sign in to comment.