Skip to content

Commit 2f33855

Browse files
committed
Update README.md
Fix alignment of the sample
1 parent 03b3fd5 commit 2f33855

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public void loadNews(int page){
3939
}
4040

4141
@Override
42-
public void onEventMainThread(NewsEvent result) {
43-
//Update UI
44-
}
42+
public void onEventMainThread(NewsEvent result) {
43+
//Update UI
44+
}
4545
```
4646

4747
#### The `executeSynchronized()` method

0 commit comments

Comments
 (0)