aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sample_recipe
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sample_recipe')
-rw-r--r--scripts/sample_recipe/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/sample_recipe/index.js b/scripts/sample_recipe/index.js
index 0e52bf0..b947467 100644
--- a/scripts/sample_recipe/index.js
+++ b/scripts/sample_recipe/index.js
@@ -1,2 +1 @@
1module.exports = Ferdi => class SCLEAN extends Ferdi { module.exports = Ferdi => class SCLEAN extends Ferdi {};
2};