mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Fix flutter analyze
This commit is contained in:
@ -79,7 +79,7 @@ class _GitRemoteSettingsScreenState extends State<GitRemoteSettingsScreen> {
|
||||
),
|
||||
RedButton(
|
||||
text: tr('settings.ssh.reset'),
|
||||
onPressed: () => _resetGitHost(),
|
||||
onPressed: _resetGitHost,
|
||||
),
|
||||
],
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
|
Reference in New Issue
Block a user