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