Skip to content

Commit d3ca1e7

Browse files
committed
Removed an extra space when outputting starred-related public events
1 parent 37b91f4 commit d3ca1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitxray/include/gh_public_events.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def log_events(events, gx_output, for_repository=False):
9999

100100
# https://docs.github.com/en/rest/using-the-rest-api/github-event-types?apiVersion=2022-11-28#watchevent
101101
elif etype == "WatchEvent":
102-
logging_func(f"{ts}: {actor} starred a repository: [{event.get('repo').get('name')}]", rtype="v_90d_events")
102+
logging_func(f"{ts}: {actor}starred a repository: [{event.get('repo').get('name')}]", rtype="v_90d_events")
103103
else:
104104
logging_func(f"Missing parser in recent events for: {etype} with {payload}", rtype="debug")
105105

0 commit comments

Comments
 (0)