Skip to content

Commit 118acb4

Browse files
committed
Correct comment wrapping
1 parent ff53af9 commit 118acb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/github/mobile/ui/gist/GistsViewActivity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ protected void onCreate(Bundle savedInstanceState) {
112112
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
113113

114114
// Support opening this activity with a single Gist that may be present
115-
// in the intent but not currently present
116-
// in the store
115+
// in the intent but not currently present in the store
117116
if (gists == null && gist != null) {
118117
String id = gist.getId();
119118
if (gist.getCreatedAt() != null) {

0 commit comments

Comments
 (0)