From c8c2084bba43386ed20d08bb799e70cbe0d5a2e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Sun, 18 Jun 2017 20:27:24 +0200 Subject: [PATCH] Fix lint --- lib/core/server.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/server.js b/lib/core/server.js index 00cdeff0fc..619f4c879f 100644 --- a/lib/core/server.js +++ b/lib/core/server.js @@ -1,7 +1,7 @@ -import http from "http"; -import connect from "connect"; -import path from "path"; -import chalk from "chalk"; +import http from 'http' +import connect from 'connect' +import path from 'path' +import chalk from 'chalk' class Server { constructor (nuxt) {