1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-09-19 01:24:48 +02:00

Remove the unwanted comma from the authors list

This commit is contained in:
Alex Plate
2025-01-22 18:07:49 +02:00
parent 3b1e319a8e
commit d3864ab02b
2 changed files with 5 additions and 5 deletions

@@ -498,7 +498,7 @@ Contributors:
* [![icon][mail]](mailto:81118900+lippfi@users.noreply.github.com)
[![icon][github]](https://github.com/lippfi)
 
lippfi,
lippfi
* [![icon][mail]](mailto:fillipser143@gmail.com)
[![icon][github]](https://github.com/Parker7123)
 
@@ -514,7 +514,7 @@ Contributors:
* [![icon][mail]](mailto:77796630+throwaway69420-69420@users.noreply.github.com)
[![icon][github]](https://github.com/kun-codes)
 
Bishwa Saha,
Bishwa Saha
* [![icon][mail]](mailto:alexfu@fastmail.com)
[![icon][github]](https://github.com/alexfu)
 
@@ -542,7 +542,7 @@ Contributors:
* [![icon][mail]](mailto:kirill.karnaukhov@jetbrains.com)
[![icon][github]](https://github.com/kkarnauk)
 
Kirill Karnaukhov,
Kirill Karnaukhov
* [![icon][mail]](mailto:sander.hestvik@gmail.com)
[![icon][github]](https://github.com/SanderHestvik)
 
@@ -558,7 +558,7 @@ Contributors:
* [![icon][mail]](mailto:j.trimailovas@gmail.com)
[![icon][github]](https://github.com/trimailov)
 
Justas Trimailovas,
Justas Trimailovas
* [![icon][mail]](mailto:justast@wix.com)
[![icon][github]](https://github.com/justast-wix)
 

@@ -843,7 +843,7 @@ fun updateAuthors(uncheckedEmails: Set<String>) {
}
fun List<Author>.toMdString(): String {
return this.joinToString {
return this.joinToString(separator = "") {
"""
|
|* [![icon][mail]](mailto:${it.mail})