Skip to content

Commit 95c9016

Browse files
authored
chore: superfluous spaces
1 parent 1993d3e commit 95c9016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/text-expander-element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ class TextExpander {
127127
if (!detail.value) return
128128

129129
const suffix = this.expander.getAttribute('suffix') ?? ' '
130-
130+
131131
if (detail.continue) {
132132
suffix = ''
133133
}
134-
134+
135135
const value = `${detail.value}${suffix}`
136136

137137
this.input.value = beginning + value + remaining

0 commit comments

Comments
 (0)