Skip to content

Commit fb1c98e

Browse files
committed
Formatting repair
1 parent bc77c8b commit fb1c98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CursorLoaderDemo/src/com/example/cursorloaderdemo/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected void onCreate(Bundle savedInstanceState) {
3939
android.R.layout.simple_list_item_2, null,
4040
new String[] { },
4141
new int[] { android.R.id.text1, android.R.id.text2 }, 0);
42-
setListAdapter(mAdapter);
42+
setListAdapter(mAdapter);
4343

4444
// Prepare the loader. Either re-connect with an existing one,
4545
// or start a new one.

0 commit comments

Comments
 (0)