mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix indentation
This commit is contained in:
parent
03df709eb9
commit
ddf3db04b6
@ -190,7 +190,7 @@ class GrassAlgorithm(GeoAlgorithm):
|
||||
else:
|
||||
layer = dataobjects.getObjectFromUri(param.value)
|
||||
cellsize = max(cellsize, (layer.extent().xMaximum()
|
||||
- layer.extent().xMinimum())
|
||||
- layer.extent().xMinimum())
|
||||
/ layer.width())
|
||||
elif isinstance(param, ParameterMultipleInput):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user