aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/CancellationToken.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/src/CancellationToken.ts')
-rw-r--r--packages/taler-util/src/CancellationToken.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-util/src/CancellationToken.ts b/packages/taler-util/src/CancellationToken.ts
index 73c092b1d..3aa576d77 100644
--- a/packages/taler-util/src/CancellationToken.ts
+++ b/packages/taler-util/src/CancellationToken.ts
@@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
-const NOOP = () => { };
+const NOOP = () => {};
/**
* A token that can be passed around to inform consumers of the token that a
@@ -136,7 +136,7 @@ class CancellationToken {
* Whether the token can be cancelled.
*/
private _canBeCancelled: boolean,
- ) { }
+ ) {}
/**
* Create a {CancellationTokenSource}.