style: upgrade dart to latest and run dartfmt

This commit is contained in:
Rongjian Zhang
2020-10-08 14:53:10 +08:00
parent 627b04a516
commit db7b69b177

View File

@@ -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,
),
),
],