diff --git a/AUTHORS.md b/AUTHORS.md
index 1d5a3b035..7d067c448 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -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)
    
diff --git a/build.gradle.kts b/build.gradle.kts
index d70d440db..8dd0b07ad 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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})