From 9deb3deec00976bfb38ce2e76a12c41b45a3243b Mon Sep 17 00:00:00 2001 From: YaMoef Date: Sat, 19 Oct 2024 10:09:58 +0200 Subject: [PATCH] refactor(Affine): run formatting --- recipes/affine/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/affine/index.js b/recipes/affine/index.js index c5bd9b2fb..2980d0b19 100644 --- a/recipes/affine/index.js +++ b/recipes/affine/index.js @@ -1,3 +1 @@ -module.exports = Ferdium => - class Affine extends Ferdium { - }; +module.exports = Ferdium => class Affine extends Ferdium {};