From 2484c63d77e05fff384cc08b6ea46a29a22a62ec Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Tue, 5 Oct 2021 16:46:55 +0200 Subject: chore: repo maintenance (#732) --- recipes/zimbra/index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'recipes/zimbra/index.js') diff --git a/recipes/zimbra/index.js b/recipes/zimbra/index.js index 1b0a47f..50c3cf2 100644 --- a/recipes/zimbra/index.js +++ b/recipes/zimbra/index.js @@ -1,5 +1,6 @@ -module.exports = Ferdi => class Zimbra extends Ferdi { - async validateUrl(url) { - return true; - } -}; +module.exports = Ferdi => + class Zimbra extends Ferdi { + async validateUrl() { + return true; + } + }; -- cgit v1.2.3-54-g00ecf