Skip to content

Commit ccfb525

Browse files
committed
Fix trailing spaces
1 parent 9407df5 commit ccfb525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/get_c_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
c_apps = []
2222
# loop all apps in gh.apps
2323
for app in apps:
24-
try:
24+
try:
2525
manifest = app.manifest
2626
except NoManifestException as e:
2727
pass

0 commit comments

Comments
 (0)