Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Jan 10, 2014
1 parent f995e9f commit 1b203c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopep8.py
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ def _get_as_string(atoms):


def _reflow_lines_recursive(interior, current_indent, max_line_length,
depth = 0):
depth=0):
"""Recursively reflow the text so that it looks nice."""

curr_idx = 0
Expand Down

0 comments on commit 1b203c0

Please sign in to comment.