Skip to content

Commit

Permalink
Remove redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvanpoppel committed Apr 11, 2020
1 parent f976ca6 commit 49e87cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion KeeTrayTOTP/FormSettings.cs
Expand Up @@ -120,7 +120,6 @@ private void CheckBoxAutoTypeFieldRename_CheckedChanged(object sender, EventArgs
{
CheckBoxAutoTypeFieldRename.Checked = false;
MessageBox.Show(Localization.Strings.SettingsEnableFieldRename, Localization.Strings.TrayTOTPPlugin, MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}
}
}
Expand Down

0 comments on commit 49e87cc

Please sign in to comment.