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

Commit 55f4f8a

Browse files
Missing comma
1 parent d7ebeca commit 55f4f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/Services/PullRequestSessionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ async Task<LastCommitAdapter> GetPullRequestLastCommitAdapter(HostAddress addres
809809
EndLine = annotation.Location.End.Line,
810810
}).ToList()
811811
}).ToList(),
812-
ApplicationName = suite.App != null ? suite.App.Name : "Private App"
812+
ApplicationName = suite.App != null ? suite.App.Name : "Private App",
813813
ApplicationSlug = suite.App != null ? suite.App.Slug : "private-app",
814814
ApplicationLogoUrl = suite.App != null ? suite.App.LogoUrl(null) : null,
815815
}).ToList(),

0 commit comments

Comments
 (0)