Skip to content

Commit 5dfd106

Browse files
committed
code style lint 💄
1 parent 63c53b4 commit 5dfd106

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/sandbox.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const vm = require('vm')
22

3-
class Sandbox {
3+
module.exports = class Sandbox {
44
constructor (content) {
55
this.content = content
66
}
@@ -11,5 +11,3 @@ class Sandbox {
1111
return this.workflows
1212
}
1313
}
14-
15-
module.exports = Sandbox

0 commit comments

Comments
 (0)