Satisfy formatter

This commit is contained in:
Henrik Giesel 2021-07-13 00:30:20 +02:00
parent ac3577455d
commit d41530f4cc

View file

@ -143,7 +143,9 @@ export function _showAnswer(a: string, bodyclass: string): void {
// avoid scrolling to the answer until images load // avoid scrolling to the answer until images load
allImagesLoaded().then(scrollToAnswer); allImagesLoaded().then(scrollToAnswer);
}, },
function () {/* noop */} function () {
/* noop */
}
) )
); );
} }