diff --git a/js/misc/format.js b/js/misc/format.js index e6848b565..792d306a7 100644 --- a/js/misc/format.js +++ b/js/misc/format.js @@ -39,6 +39,6 @@ function format() { default: throw new Error('Unsupported conversion character %' + genericGroup); } - + return ""; // Suppress warning }); }