Skip to content

Commit 0645077

Browse files
committed
Prettify code
1 parent 8e47f17 commit 0645077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export async function spawnServer(opts, killOnExit = true) {
7474
};
7575
const options = opts.filepath
7676
? { cwd: path.dirname(opts.filepath), ...default_options }
77-
: default_options;
77+
: default_options;
7878

7979
const server = spawn(
8080
opts.rubyExecutablePath || "ruby",
@@ -83,7 +83,7 @@ export async function spawnServer(opts, killOnExit = true) {
8383
`--plugins=${getPlugins(opts).join(",")}`,
8484
filepath
8585
],
86-
options,
86+
options
8787
);
8888

8989
server.unref();

0 commit comments

Comments
 (0)