mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
style: upgrade dart to latest and run dartfmt
This commit is contained in:
@@ -67,7 +67,9 @@ class DiffView extends StatelessWidget {
|
||||
style: TextStyle(
|
||||
backgroundColor: l.type == '-'
|
||||
? Color(0x00fbe9eb)
|
||||
: l.type == '+' ? Color(0xffecfdf0) : null,
|
||||
: l.type == '+'
|
||||
? Color(0xffecfdf0)
|
||||
: null,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user