mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Remove Oxford comma (#2245)
This commit is contained in:
@ -154,7 +154,7 @@ String list2FriendlyString(List<String> list) {
|
||||
(e.key == list.length - 1
|
||||
? ''
|
||||
: e.key == list.length - 2
|
||||
? ', and '
|
||||
? ' and '
|
||||
: ', '))
|
||||
.join('');
|
||||
}
|
||||
|
Reference in New Issue
Block a user