Skip to content

Commit b1e069c

Browse files
authored
sync_db: remove trailing whitespace
1 parent f8d6da0 commit b1e069c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync_db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def run():
127127
except Exception:
128128
parsed_date = None
129129

130-
# Manually flag an entry as Open Source if it has an explicit license
130+
# Manually flag an entry as Open Source if it has an explicit license
131131
# set or if it has a valid git repository
132132
if "Open Source" not in data["tags"]:
133133
if "repository" in data:

0 commit comments

Comments
 (0)