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

Skip to content

Commit 1b3f49c

Browse files
fix indention to 4 space, but not tap
1 parent 54eec61 commit 1b3f49c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,9 @@ def auto_set_column_width(self, col):
416416
except (TypeError, AttributeError):
417417
self._autoColumns.append(col)
418418
else:
419-
for cell in col:
419+
for cell in col:
420420
self._autoColumns.append(cell)
421+
421422
self.stale = True
422423

423424
def _auto_set_column_width(self, col, renderer):

0 commit comments

Comments
 (0)