Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54eec61

Browse files
revert to no indentation fix
1 parent 32c5553 commit 54eec61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ def auto_set_column_width(self, col):
416416
except (TypeError, AttributeError):
417417
self._autoColumns.append(col)
418418
else:
419-
for cell in col:
420-
self._autoColumns.append(cell)
419+
for cell in col:
420+
self._autoColumns.append(cell)
421421
self.stale = True
422422

423423
def _auto_set_column_width(self, col, renderer):

0 commit comments

Comments
 (0)