Skip to content

Commit 2449b0c

Browse files
committed
fix: remove extra space
1 parent 0a42e68 commit 2449b0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/relative-time-element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ export class RelativeTimeElement extends HTMLElement implements Intl.DateTimeFor
178178
numeric: 'auto',
179179
style: this.formatStyle,
180180
})
181-
182181
const tense = this.tense
183182
if (tense === 'future' && duration.sign !== 1) duration = emptyDuration
184183
if (tense === 'past' && duration.sign !== -1) duration = emptyDuration

0 commit comments

Comments
 (0)