Skip to content

Commit 564183f

Browse files
committed
Fix lint errors
1 parent 9352a8b commit 564183f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server/server.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,9 @@ namespace ts.server {
512512
hrtime: process.hrtime,
513513
logger,
514514
canUseEvents: eventPort !== undefined,
515-
globalPlugins: globalPlugins,
516-
pluginProbeLocations: pluginProbeLocations,
517-
allowLocalPluginLoads: allowLocalPluginLoads
515+
globalPlugins,
516+
pluginProbeLocations,
517+
allowLocalPluginLoads,
518518
});
519519

520520
this.eventPort = eventPort;

0 commit comments

Comments
 (0)