added eof linebreak
This commit is contained in:
parent
c443a1d567
commit
c8e31b896b
@ -1,3 +1,3 @@
|
|||||||
extension StringExtensions on String {
|
extension StringExtensions on String {
|
||||||
String capitalize() => '${this[0].toUpperCase()}${substring(1).toLowerCase()}';
|
String capitalize() => '${this[0].toUpperCase()}${substring(1).toLowerCase()}';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user