Skip to content

Commit 134d6b2

Browse files
committed
Fix whitespace in CancelablePromise.hbs
1 parent 9e475d9 commit 134d6b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/templates/core/CancelablePromise.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ export class CancelablePromise<T> implements Promise<T> {
8383
});
8484
}
8585

86-
get [Symbol.toStringTag]() {
87-
return "Cancellable Promise";
88-
}
86+
get [Symbol.toStringTag]() {
87+
return "Cancellable Promise";
88+
}
8989

9090
public then<TResult1 = T, TResult2 = never>(
9191
onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null,

0 commit comments

Comments
 (0)