.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@15636 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2021-01-02 19:58:51 +00:00
parent 4016428b7d
commit 82bf225851

View file

@ -82,7 +82,7 @@ bool LoadCredentials0(Array<Credential>& r)
struct GetPasskeyDlg : WithGetPasskeyLayout<TopWindow> {
GetPasskeyDlg();
void Sync() { passkey.Password(!show_passkey);; }
void Sync() { passkey.Password(!show_passkey); }
};
GetPasskeyDlg::GetPasskeyDlg()