Skip to content

Commit ca0b585

Browse files
radarherehugovk
andcommitted
Updated formatting
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 427221e commit ca0b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/PIL/ImageShow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def show_file(self, file, **options):
151151
[
152152
sys.executable,
153153
"-c",
154-
"import os, sys, time;time.sleep(20);os.remove(sys.argv[1])",
154+
"import os, sys, time; time.sleep(20); os.remove(sys.argv[1])",
155155
file,
156156
]
157157
)

0 commit comments

Comments
 (0)