Skip to content

Commit 7af1cd4

Browse files
committed
format fixup
1 parent 189f8a0 commit 7af1cd4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/lib/enhancers/github/GitHubIssueCreateEnhancer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ export interface GitHubIssueCreateSpot extends CommentSpot {
1919
}
2020

2121
export class GitHubIssueCreateEnhancer
22-
implements CommentEnhancer<GitHubIssueCreateSpot> {
22+
implements CommentEnhancer<GitHubIssueCreateSpot>
23+
{
2324
forSpotTypes(): string[] {
2425
return [GH_ISSUE_CREATE]
2526
}

src/lib/enhancers/github/GitHubPrCreateEnhancer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export interface GitHubPrCreateSpot extends CommentSpot {
2121
}
2222

2323
export class GitHubPrCreateEnhancer
24-
implements CommentEnhancer<GitHubPrCreateSpot> {
24+
implements CommentEnhancer<GitHubPrCreateSpot>
25+
{
2526
forSpotTypes(): string[] {
2627
return [GH_PR_CREATE]
2728
}

0 commit comments

Comments
 (0)