Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jan 31, 2024
1 parent 8f7aa76 commit 333c473
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion recipes/portainer/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = Ferdium => Ferdium;
module.exports = Ferdium => Ferdium;
18 changes: 9 additions & 9 deletions recipes/portainer/package.json
Original file line number Diff line number Diff line change
@@ -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
}
}
16 changes: 8 additions & 8 deletions recipes/portainer/webview.js
Original file line number Diff line number Diff line change
@@ -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'));
};
return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};

0 comments on commit 333c473

Please sign in to comment.