From d41530f4ccdcdfb750d140a1439fa30ce2a43467 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Tue, 13 Jul 2021 00:30:20 +0200 Subject: [PATCH] Satisfy formatter --- ts/reviewer/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/reviewer/index.ts b/ts/reviewer/index.ts index 88ab8f3e0..d51eefbbf 100644 --- a/ts/reviewer/index.ts +++ b/ts/reviewer/index.ts @@ -143,7 +143,9 @@ export function _showAnswer(a: string, bodyclass: string): void { // avoid scrolling to the answer until images load allImagesLoaded().then(scrollToAnswer); }, - function () {/* noop */} + function () { + /* noop */ + } ) ); }