Skip to content

Commit 1a7e71c

Browse files
committed
removed unnecessary space oops
1 parent 269e7a1 commit 1a7e71c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/features/room/RoomInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ export const RoomInput = forwardRef<HTMLDivElement, RoomInputProps>(
731731
} else {
732732
// we don't have a formatted body, but we need one
733733
content.format = 'org.matrix.custom.html';
734-
content.formatted_body = `${htmlPrefix} ${plainText}`;
734+
content.formatted_body = `${htmlPrefix}${plainText}`;
735735
}
736736
}
737737

0 commit comments

Comments
 (0)