Skip to content

Commit a5980fc

Browse files
authored
Merge pull request #2057 from hhelmken/master
Fix whitespace in CancelablePromise.hbs
2 parents 7ac99d4 + 134d6b2 commit a5980fc

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)