Skip to content

Commit

Permalink
fix: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
aswin-s committed Jan 25, 2024
1 parent f0ebda9 commit 27f5395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/ComposerUtils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function insertText(text: string, selection: Selection, textToInsert: string): s
* Insert a white space at given index of text
* @param text - text that needs whitespace to be appended to
*/

function insertWhiteSpaceAtIndex(text: string, index: number) {
return `${text.slice(0, index)} ${text.slice(index)}`;
}
Expand Down

0 comments on commit 27f5395

Please sign in to comment.