Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ccf6031

Browse filesBrowse files
committed
Formatting
1 parent 64b555e commit ccf6031
Copy full SHA for ccf6031

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎src/main/java/org/kohsuke/github/GHProjectCard.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHProjectCard.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ public GHIssue getContent() throws IOException {
131131
} else {
132132
issue = root().createRequest().withUrlPath(getContentUrl().getPath()).fetch(GHIssue.class);
133133
}
134-
GHRepository repository =
135-
root().createRequest().withUrlPath(issue.getRepositoryUrlPath()).fetch(GHRepository.class);
134+
GHRepository repository = root().createRequest()
135+
.withUrlPath(issue.getRepositoryUrlPath())
136+
.fetch(GHRepository.class);
136137
issue.wrap(repository);
137138
return issue;
138139
} catch (FileNotFoundException e) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.