Skip to content

Commit 62490ba

Browse files
committed
style: untouch lines
1 parent 676e8a4 commit 62490ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fprettify/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,7 @@ def reformat_inplace(
20272027
outfile = io.open(filename, "w", encoding="utf-8")
20282028
outfile.write(newfile.getvalue())
20292029

2030+
20302031
def reformat_ffile(
20312032
infile,
20322033
outfile,
@@ -3348,6 +3349,7 @@ def get_config_file_list(filename):
33483349

33493350
try:
33503351
reformat_inplace(filename, **file_args)
3352+
33513353
except FprettifyException as e:
33523354
log_exception(e, "Fatal error occured")
33533355
sys.exit(1)

0 commit comments

Comments
 (0)