Skip to content

Commit 94ff9c3

Browse files
author
Matt Sokoloff
committed
yapf
1 parent 287ddbe commit 94ff9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/format_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def format_file(file_name):
2626
cell['source'] = cell['source'][:-1]
2727

2828
with open(file_name, 'w') as file:
29-
file.write(json.dumps(data, indent = 4))
29+
file.write(json.dumps(data, indent=4))
3030
print("Formatted", file_name)
3131

3232

0 commit comments

Comments
 (0)