Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Jun 3, 2023
1 parent d90284f commit c2a9245
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -284,7 +284,7 @@ class Message(
)
builder.append("\n\n")
}
builder.deleteRange(builder.length - 3, builder.length)
builder.deleteRange(builder.length - 2, builder.length)
return builder.toString()
}

Expand Down

0 comments on commit c2a9245

Please sign in to comment.