Skip to content

Commit

Permalink
More trailing whitespace fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SeqLaz committed Jul 13, 2024
1 parent dfef535 commit b24734c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/gui/layers_config_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def reloadProject(self):
continue
if (text_filter) and (text_filter not in layer_name):
continue

count = self.layersTable.rowCount()
self.layersTable.insertRow(count)
item = QTableWidgetItem(layer_source.layer.name())
Expand Down

0 comments on commit b24734c

Please sign in to comment.