Whitespace

This commit is contained in:
M66B 2021-12-07 19:34:14 +01:00
parent b8575fe18a
commit 1bdcc60cf9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class FragmentDialogAsk extends FragmentDialogBase {
}
});
EntityLog.log(context, "Ask" + TextUtils.join(" ", Log.getExtras(args)));
EntityLog.log(context, "Ask " + TextUtils.join(" ", Log.getExtras(args)));
return new AlertDialog.Builder(context)
.setView(dview)