Fix flutter analyze

This commit is contained in:
Vishesh Handa
2020-09-28 00:49:59 +02:00
parent 48b9b4d642
commit dfbdb5c50c

View File

@ -79,7 +79,7 @@ class _GitRemoteSettingsScreenState extends State<GitRemoteSettingsScreen> {
),
RedButton(
text: tr('settings.ssh.reset'),
onPressed: () => _resetGitHost(),
onPressed: _resetGitHost,
),
],
crossAxisAlignment: CrossAxisAlignment.start,