From 5d31803c92ac085d50ab0942a6cf657a6cd9cc4b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 21 Sep 2022 15:43:35 -0300 Subject: pretty --- packages/taler-util/src/CancellationToken.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-util/src/CancellationToken.ts') 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}. -- cgit v1.2.3