fix: Remove trailing whitespace in HoverPreviewIssue.tsx

This commit is contained in:
codegen-sh[bot]
2025-08-18 23:03:21 +00:00
parent 4b638ae346
commit 98d54da0de
@@ -31,7 +31,7 @@ const HoverPreviewIssue = React.forwardRef(function _HoverPreviewIssue(
const authorName = author.name;
const urlObj = new URL(url);
let service;
if (urlObj.hostname === "github.com") {
service = IntegrationService.GitHub;
} else if (urlObj.hostname === "gitlab.com") {