From d5176041be4b62c424177edbfdb918ddc7b051ed Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 19 Feb 2020 22:48:04 +0100 Subject: [PATCH] Fix flutter analyze --- lib/setup/sshkey.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup/sshkey.dart b/lib/setup/sshkey.dart index ee517f19..706a8bcc 100644 --- a/lib/setup/sshkey.dart +++ b/lib/setup/sshkey.dart @@ -2,8 +2,8 @@ import 'package:flutter/material.dart'; import 'package:function_types/function_types.dart'; import 'button.dart'; -import 'loading.dart'; import 'key_editors.dart'; +import 'loading.dart'; class GitHostSetupSshKeyKnownProvider extends StatelessWidget { final Func0 doneFunction;