From 333c473afbe0504c26bc5fe89b607e98f8966be8 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 31 Jan 2024 09:00:44 +0530 Subject: Fix formatting --- recipes/portainer/index.js | 2 +- recipes/portainer/package.json | 18 +++++++++--------- recipes/portainer/webview.js | 16 ++++++++-------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'recipes') diff --git a/recipes/portainer/index.js b/recipes/portainer/index.js index 8244b1b..dd41f72 100644 --- a/recipes/portainer/index.js +++ b/recipes/portainer/index.js @@ -1 +1 @@ -module.exports = Ferdium => Ferdium; \ No newline at end of file +module.exports = Ferdium => Ferdium; diff --git a/recipes/portainer/package.json b/recipes/portainer/package.json index 7b61f23..0f5a20d 100644 --- a/recipes/portainer/package.json +++ b/recipes/portainer/package.json @@ -1,11 +1,11 @@ { - "id": "portainer", - "name": "Portainer", - "version": "1.0.0", - "license": "MIT", - "config": { - "hasHostedOption": true, - "hasCustomUrl": true, - "hasNotificationSound": false - } + "id": "portainer", + "name": "Portainer", + "version": "1.0.0", + "license": "MIT", + "config": { + "hasHostedOption": true, + "hasCustomUrl": true, + "hasNotificationSound": false } +} diff --git a/recipes/portainer/webview.js b/recipes/portainer/webview.js index 87ce926..1119219 100644 --- a/recipes/portainer/webview.js +++ b/recipes/portainer/webview.js @@ -1,9 +1,9 @@ function _interopRequireDefault(obj) { - return obj && obj.__esModule ? obj : { default: obj }; - } - - const _path = _interopRequireDefault(require('path')); - - module.exports = Ferdium => { - Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); - }; \ No newline at end of file + return obj && obj.__esModule ? obj : { default: obj }; +} + +const _path = _interopRequireDefault(require('path')); + +module.exports = Ferdium => { + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; -- cgit v1.2.3-54-g00ecf