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;
|
||||
}
|
||||
}
|
||||
var body = buffer.toString();
|
||||
var body = buffer.toString().trimRight();
|
||||
|
||||
var theme = Theme.of(context);
|
||||
var textTheme = theme.textTheme;
|
||||
|
Reference in New Issue
Block a user