remove accidental whitespace

pull/21833/head
Matthew Hodgson 2019-05-20 10:10:30 +01:00
parent 7b2602f1c7
commit e764ba4890
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export function shortcodeToUnicode(shortcode) {
return data ? data.unicode : null;
}
export function processHtmlForSending (html: string): string {
export function processHtmlForSending(html: string): string {
const contentDiv = document.createElement('div');
contentDiv.innerHTML = html;