mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
NoteTile: Remove empty lines in the end
This commit is contained in:
@ -25,7 +25,7 @@ class NoteTile extends StatelessWidget {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var body = buffer.toString();
|
var body = buffer.toString().trimRight();
|
||||||
|
|
||||||
var theme = Theme.of(context);
|
var theme = Theme.of(context);
|
||||||
var textTheme = theme.textTheme;
|
var textTheme = theme.textTheme;
|
||||||
|
Reference in New Issue
Block a user