Skip to content

Commit

Permalink
Fix trailing whitespace. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jul 28, 2013
1 parent 8199948 commit 12fcd68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected void onCreate(Bundle savedInstanceState) {
setContentView(tv);
}

@Override
@Override
public boolean onCreateOptionsMenu(Menu menu) {
menu.add("Test").setShowAsAction(SHOW_AS_ACTION_ALWAYS | SHOW_AS_ACTION_WITH_TEXT);
return true;
Expand Down

0 comments on commit 12fcd68

Please sign in to comment.