From c50ae77d5019759da3c6eee9f1acec954d78f80c Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Thu, 25 Feb 2021 04:23:13 +0100
Subject: [PATCH] style: apply flutter format

---
 lib/models/home.dart | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/models/home.dart b/lib/models/home.dart
index 69287288..c8eeecae 100644
--- a/lib/models/home.dart
+++ b/lib/models/home.dart
@@ -19,7 +19,6 @@ class HomeProvider with ChangeNotifier {
   Widget appBarTitle = Text('Ğecko', style: TextStyle(color: Colors.grey[850]));
   List currentTab = [HistoryScreen(), WalletsHome()];
 
-
   get currentIndex => _currentIndex;
 
   set currentIndex(int index) {
-- 
GitLab