Skip to content

Commit 32cafb4

Browse files
committed
Formatting fix
1 parent bd6c17c commit 32cafb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/google/samples/apps/iosched/sync/FeedbackSyncHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void sync() {
5959
while (c.moveToNext()) {
6060
String sessionId = c.getString(c.getColumnIndex(ScheduleContract.Feedback.SESSION_ID));
6161

62-
List<String> questions = new ArrayList<String>();
62+
List<String> questions = new ArrayList<String>();
6363
questions.add(c.getString(c.getColumnIndex(ScheduleContract.Feedback.SESSION_RATING)));
6464
questions.add(c.getString(c.getColumnIndex(ScheduleContract.Feedback.ANSWER_RELEVANCE)));
6565
questions.add(c.getString(c.getColumnIndex(ScheduleContract.Feedback.ANSWER_CONTENT)));

0 commit comments

Comments
 (0)