style: remove unnecessary function whitespace

Remove the unnecessary whitespace between the function name or the
'function' keyword and the opening parenthesis.
This commit is contained in:
2026-08-08 15:23:29 +02:00
parent 9d252d5e62
commit 2520fff771
31 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
export const ensureUnit = function (d) {
export const ensureUnit = function(d) {
if (!d) d = 0;
// ensure that it is a string