Skip to content

Commit

Permalink
minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inoshperera committed May 21, 2018
1 parent 3dfc1cb commit aac2c2c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ public void run() {
.getString(R.string.button_ok),
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface arg0,
int arg1) {
public void onClick(DialogInterface arg0, int arg1) {
SplashActivity.this.finish();
}
}
Expand Down

0 comments on commit aac2c2c

Please sign in to comment.