Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 506bcee

Browse files
committed
formatting
1 parent ab6a90a commit 506bcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/updates/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ def get_latest_version(self, origin: Origin) -> str:
2626
"""
2727
Retrieves the latest version of CodeGate from updates.codegate.ai
2828
"""
29+
2930
user_agent = f"codegate/{self.__current_version} {origin.value}"
3031
if os.environ.get("CODEGATE_DEV_ENV"):
3132
user_agent += "-dev"
32-
3333
headers = {
3434
"X-Instance-ID": self.__instance_id,
3535
"User-Agent": user_agent,

0 commit comments

Comments
 (0)