Skip to content

Commit d72b239

Browse files
committed
Fix codacy
1 parent fc8a3c1 commit d72b239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/fr/free/nrw/commons/contributions/ContributionsActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ public void onClick(DialogInterface dialog, int which) {
394394
dialog.dismiss();
395395
}
396396
});
397-
builder.setNegativeButton(getResources().getString(R.string.feedback_popup_decline)
398-
, new DialogInterface.OnClickListener() {
397+
builder.setNegativeButton(getResources().getString(R.string.feedback_popup_decline),
398+
new DialogInterface.OnClickListener() {
399399
@Override
400400
public void onClick(DialogInterface dialog, int which) {
401401
// Dismiss the dialog and not to show it later

0 commit comments

Comments
 (0)