Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit ba50f3d

Browse files
committed
Remove extra space
1 parent 58ab77d commit ba50f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jspm/src/greeter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class Greeter
1717

1818
start()
1919
{
20-
this.timerToken = setInterval(() => this.span.innerText = `"${repeat(new Date().toUTCString() + " ", 2)}" `, 500);
20+
this.timerToken = setInterval(() => this.span.innerText = `"${repeat(new Date().toUTCString() + " ", 2)}"`, 500);
2121
}
2222

2323
stop()

0 commit comments

Comments
 (0)