Skip to content

Commit 71ef6ad

Browse files
committed
Fix trailing whitespace
1 parent e2a2fd5 commit 71ef6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rgb_display_pillow_animated_gif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def load_files(self, folder):
8888
# Only add animated Gifs
8989
if image.is_animated:
9090
self._gif_files.append(gif_file)
91-
91+
9292
print("Found", self._gif_files)
9393
if not self._gif_files:
9494
print("No Gif files found in current folder")

0 commit comments

Comments
 (0)