Skip to content

Commit fd15090

Browse files
committed
Update identation
1 parent f8bda8d commit fd15090

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

python/plugins/db_manager/db_plugins/gpkg/connector.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -350,18 +350,18 @@ def getVectorTables(self, schema=None):
350350

351351
if geomtype == ogr.wkbNone:
352352
item = list([Table.TableType,
353-
lyr.GetName(),
354-
False, # is_view
353+
lyr.GetName(),
354+
False, # is_view
355355
])
356356
else:
357357
item = list([Table.VectorType,
358-
lyr.GetName(),
359-
False, # is_view
360-
lyr.GetName(),
361-
lyr.GetGeometryColumn(),
362-
geomname,
363-
geomdim,
364-
srid])
358+
lyr.GetName(),
359+
False, # is_view
360+
lyr.GetName(),
361+
lyr.GetGeometryColumn(),
362+
geomname,
363+
geomdim,
364+
srid])
365365
items.append(item)
366366
return items
367367

python/plugins/processing/modeler/EditModelAction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def execute(self):
4545
dlg.show()
4646

4747
def updateModel(self):
48-
algList.reloadProvider('model')
48+
algList.reloadProvider('model')

0 commit comments

Comments
 (0)