Browse Source

Fix Linter

Neeraj Gupta 2 years ago
parent
commit
707db4e667
1 changed files with 5 additions and 1 deletions
  1. 5 1
      lib/ui/notification/update/change_log_page.dart

+ 5 - 1
lib/ui/notification/update/change_log_page.dart

@@ -79,7 +79,11 @@ class _ChangeLogPageState extends State<ChangeLogPage> {
                     ),
                     ),
                     Padding(
                     Padding(
                       padding: const EdgeInsets.only(
                       padding: const EdgeInsets.only(
-                          left: 12, top: 12, right: 12, bottom: 6),
+                        left: 12,
+                        top: 12,
+                        right: 12,
+                        bottom: 6,
+                      ),
                       child: RichText(
                       child: RichText(
                         textAlign: TextAlign.center,
                         textAlign: TextAlign.center,
                         text: TextSpan(
                         text: TextSpan(